Package org.zkoss.zuti.bind
Class ZutiPhaseListener
- java.lang.Object
-
- org.zkoss.zuti.bind.ZutiPhaseListener
-
- All Implemented Interfaces:
org.zkoss.bind.PhaseListener
public class ZutiPhaseListener extends java.lang.Object implements org.zkoss.bind.PhaseListenerA bind phase listener for Zuti addon- Since:
- 8.0.0
- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description ZutiPhaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostPhase(org.zkoss.bind.Phase phase, org.zkoss.bind.BindContext ctx)voidprePhase(org.zkoss.bind.Phase phase, org.zkoss.bind.BindContext ctx)
-
-
-
Method Detail
-
prePhase
public void prePhase(org.zkoss.bind.Phase phase, org.zkoss.bind.BindContext ctx)- Specified by:
prePhasein interfaceorg.zkoss.bind.PhaseListener
-
postPhase
public void postPhase(org.zkoss.bind.Phase phase, org.zkoss.bind.BindContext ctx)- Specified by:
postPhasein interfaceorg.zkoss.bind.PhaseListener
-
-