public class ZutiPhaseListener extends java.lang.Object implements PhaseListener
Constructor and Description |
---|
ZutiPhaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
postPhase(Phase phase,
BindContext ctx)
Callbacks after each phase.
|
void |
prePhase(Phase phase,
BindContext ctx)
Callbacks before each phase.
|
public void prePhase(Phase phase, BindContext ctx)
PhaseListener
prePhase
in interface PhaseListener
phase
- the phase idctx
- the associated BindContext
public void postPhase(Phase phase, BindContext ctx)
PhaseListener
postPhase
in interface PhaseListener
phase
- the phase idctx
- the associated BindContext
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.