Package org.zkoss.zk.ui.util
Interface AggregationListener
-
public interface AggregationListenerA listener to gather some non-predefined listeners- Since:
- 8.0.0
- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHandled(java.lang.Class<?> klass)Returns whether the given class is handled.
-