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 void
postSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)
Handling the subscription after a target(e.x. component) attached to this controllerjava.lang.Object
resubscribeEventQueues(java.lang.Object controller)
Re-subscribes annotated methods to the EventQueues, used in clustering environment.java.lang.Object
subscribeEventQueues(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.UtilityHandler
Subscribes annotated methods to the EventQueues.- Specified by:
subscribeEventQueues
in interfaceSelectorComposer.UtilityHandler
- Overrides:
subscribeEventQueues
in classSelectorComposer.UtilityHandlerImpl
-
resubscribeEventQueues
public java.lang.Object resubscribeEventQueues(java.lang.Object controller)
Description copied from interface:SelectorComposer.UtilityHandler
Re-subscribes annotated methods to the EventQueues, used in clustering environment.- Specified by:
resubscribeEventQueues
in interfaceSelectorComposer.UtilityHandler
- Overrides:
resubscribeEventQueues
in classSelectorComposer.UtilityHandlerImpl
-
postSubscriptionHandling
public void postSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)
Description copied from interface:SelectorComposer.UtilityHandler
Handling the subscription after a target(e.x. component) attached to this controller- Specified by:
postSubscriptionHandling
in interfaceSelectorComposer.UtilityHandler
- Overrides:
postSubscriptionHandling
in classSelectorComposer.UtilityHandlerImpl
-
-