org.zkoss.bind.impl
Class ClientBinderPhaseListener

java.lang.Object
  extended by org.zkoss.bind.impl.ClientBinderPhaseListener
All Implemented Interfaces:
PhaseListener

public class ClientBinderPhaseListener
extends java.lang.Object
implements PhaseListener

A client command binding phase listener.

Since:
8.0.0
Author:
jumperchen

Constructor Summary
ClientBinderPhaseListener()
           
 
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

ClientBinderPhaseListener

public ClientBinderPhaseListener()
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