org.zkoss.zuti.bind
Class ZutiPhaseListener

java.lang.Object
  extended by org.zkoss.zuti.bind.ZutiPhaseListener
All Implemented Interfaces:
PhaseListener

public class ZutiPhaseListener
extends java.lang.Object
implements PhaseListener

A bind phase listener for Zuti addon

Since:
8.0.0
Author:
jumperchen

Constructor Summary
ZutiPhaseListener()
           
 
Method Summary
 void postPhase(Phase phase, BindContext ctx)
          Callbacks after each phase.
 void prePhase(Phase phase, BindContext ctx)
          Callbacks before each phase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZutiPhaseListener

public ZutiPhaseListener()
Method Detail

prePhase

public void prePhase(Phase phase,
                     BindContext ctx)
Description copied from interface: PhaseListener
Callbacks before each phase.

Specified by:
prePhase in interface PhaseListener
Parameters:
phase - the phase id
ctx - the associated BindContext

postPhase

public void postPhase(Phase phase,
                      BindContext ctx)
Description copied from interface: PhaseListener
Callbacks after each phase.

Specified by:
postPhase in interface PhaseListener
Parameters:
phase - the phase id
ctx - the associated BindContext


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo