org.zkoss.zk.ui.select
Class SelectorComposer.UtilityHandlerImpl

java.lang.Object
  extended by org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
All Implemented Interfaces:
SelectorComposer.UtilityHandler
Direct Known Subclasses:
SelectorsExt.ExtendedUtilityHandlerImpl
Enclosing class:
SelectorComposer<T extends Component>

public static class SelectorComposer.UtilityHandlerImpl
extends java.lang.Object
implements SelectorComposer.UtilityHandler

Default skeletal implementation of SelectorComposer.UtilityHandler.

Since:
6.0.1
Author:
simonpai

Constructor Summary
SelectorComposer.UtilityHandlerImpl()
           
 
Method Summary
 void resubscribeEventQueues(java.lang.Object controller)
          Re-subscribes annotated methods to the EventQueues, used in clustering environment.
 void subscribeEventQueues(java.lang.Object controller)
          Subscribes annotated methods to the EventQueues.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorComposer.UtilityHandlerImpl

public SelectorComposer.UtilityHandlerImpl()
Method Detail

subscribeEventQueues

public void subscribeEventQueues(java.lang.Object controller)
Description copied from interface: SelectorComposer.UtilityHandler
Subscribes annotated methods to the EventQueues.

Specified by:
subscribeEventQueues in interface SelectorComposer.UtilityHandler

resubscribeEventQueues

public void 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 interface SelectorComposer.UtilityHandler


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