Package org.zkoss.zkmax.ui.select
Class SelectorsExt.ExtendedUtilityHandlerImpl
- java.lang.Object
-
- org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
-
- org.zkoss.zkmax.ui.select.SelectorsExt.ExtendedUtilityHandlerImpl
-
- All Implemented Interfaces:
SelectorComposer.UtilityHandler
- Enclosing class:
- SelectorsExt
public static class SelectorsExt.ExtendedUtilityHandlerImpl extends SelectorComposer.UtilityHandlerImpl
Extended utility implementation forSelectorComposer.- Since:
- 6.0.1
- Author:
- simonpai
-
-
Constructor Summary
Constructors Constructor Description ExtendedUtilityHandlerImpl()
-
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- Overrides:
subscribeEventQueuesin classSelectorComposer.UtilityHandlerImpl
-
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- Overrides:
resubscribeEventQueuesin classSelectorComposer.UtilityHandlerImpl
-
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- Overrides:
postSubscriptionHandlingin classSelectorComposer.UtilityHandlerImpl
-
-