org.zkoss.bind.init
Class ZKBinderPhaseListeners

java.lang.Object
  extended by org.zkoss.bind.init.ZKBinderPhaseListeners
All Implemented Interfaces:
AggregationListener

public class ZKBinderPhaseListeners
extends java.lang.Object
implements AggregationListener

An aggregating phase listeners

Since:
8.0.0
Author:
jumperchen
See Also:
PhaseListener

Constructor Summary
ZKBinderPhaseListeners()
           
 
Method Summary
static java.util.List<PhaseListener> getSystemPhaseListeners()
          Returns all of the system phase listeners
 boolean isHandled(java.lang.Class<?> klass)
          Returns whether the given class is handled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZKBinderPhaseListeners

public ZKBinderPhaseListeners()
Method Detail

isHandled

public boolean isHandled(java.lang.Class<?> klass)
Description copied from interface: AggregationListener
Returns whether the given class is handled.

Specified by:
isHandled in interface AggregationListener

getSystemPhaseListeners

public static java.util.List<PhaseListener> getSystemPhaseListeners()
Returns all of the system phase listeners



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