Package org.zkoss.zk.ui.select
Class SelectorComposer.UtilityHandlerImpl
- java.lang.Object
-
- org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- All Implemented Interfaces:
SelectorComposer.UtilityHandler
- Enclosing class:
- SelectorComposer<T extends Component>
public static class SelectorComposer.UtilityHandlerImpl extends java.lang.Object implements SelectorComposer.UtilityHandler
Default skeletal implementation ofSelectorComposer.UtilityHandler.- Since:
- 6.0.1
- Author:
- simonpai
-
-
Constructor Summary
Constructors Constructor Description UtilityHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)Handling the subscription after a target(e.x. component) attached to this controllerjava.lang.ObjectresubscribeEventQueues(java.lang.Object controller)Re-subscribes annotated methods to the EventQueues, used in clustering environment.java.lang.ObjectsubscribeEventQueues(java.lang.Object controller)Subscribes annotated methods to the EventQueues.
-
-
-
Method Detail
-
subscribeEventQueues
public java.lang.Object subscribeEventQueues(java.lang.Object controller)
Description copied from interface:SelectorComposer.UtilityHandlerSubscribes annotated methods to the EventQueues.- Specified by:
subscribeEventQueuesin interfaceSelectorComposer.UtilityHandler
-
resubscribeEventQueues
public java.lang.Object resubscribeEventQueues(java.lang.Object controller)
Description copied from interface:SelectorComposer.UtilityHandlerRe-subscribes annotated methods to the EventQueues, used in clustering environment.- Specified by:
resubscribeEventQueuesin interfaceSelectorComposer.UtilityHandler
-
postSubscriptionHandling
public void postSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)Description copied from interface:SelectorComposer.UtilityHandlerHandling the subscription after a target(e.x. component) attached to this controller- Specified by:
postSubscriptionHandlingin interfaceSelectorComposer.UtilityHandler
-
-