|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhaseListener
A call back listener that allow user to intervene the execution life cycle.
Method Summary | |
---|---|
void |
postPhase(Phase phase,
BindContext ctx)
Callbacks after each phase. |
void |
prePhase(Phase phase,
BindContext ctx)
Callbacks before each phase. |
Method Detail |
---|
void prePhase(Phase phase, BindContext ctx)
phase
- the phase idctx
- the associated BindContext
void postPhase(Phase phase, BindContext ctx)
phase
- the phase idctx
- the associated BindContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |