org.zkoss.zk.ui.select
Interface SelectorComposer.UtilityHandler

All Known Implementing Classes:
SelectorComposer.UtilityHandlerImpl, SelectorsExt.ExtendedUtilityHandlerImpl
Enclosing class:
SelectorComposer<T extends Component>

public static interface SelectorComposer.UtilityHandler

An interface for SelectorComposer's functionality plug-in.

Since:
6.0.1
Author:
simonpai

Method Summary
 void postSubscriptionHandling(java.lang.Object subsInfo, java.lang.Object target)
          Handling the subscription after a target(e.x. component) attached to this controller
 java.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

java.lang.Object subscribeEventQueues(java.lang.Object controller)
Subscribes annotated methods to the EventQueues.


resubscribeEventQueues

java.lang.Object resubscribeEventQueues(java.lang.Object controller)
Re-subscribes annotated methods to the EventQueues, used in clustering environment.


postSubscriptionHandling

void postSubscriptionHandling(java.lang.Object subsInfo,
                              java.lang.Object target)
Handling the subscription after a target(e.x. component) attached to this controller

Since:
6.5.1


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