Uses of Class
com.sun.grizzly.utils.conditions.ConditionListener

Packages that use ConditionListener
com.sun.grizzly.utils   
com.sun.grizzly.utils.conditions   
 

Uses of ConditionListener in com.sun.grizzly.utils
 

Methods in com.sun.grizzly.utils that return ConditionListener
 ConditionListener StateHolder.notifyWhenConditionMatchState(Condition<E> condition, Object notificationObject)
          Register listener, which will be notified, when state will match the condition.
 ConditionListener<E,Object> StateHolder.notifyWhenStateIsEqual(E state, Object notificationObject)
          Register listener, which will be notified, when state will be equal to passed one.
 ConditionListener<E,Object> StateHolder.notifyWhenStateIsNotEqual(E state, Object notificationObject)
          Register listener, which will be notified, when state will become not equal to passed one.
 

Methods in com.sun.grizzly.utils with parameters of type ConditionListener
 void StateHolder.addConditionListener(ConditionListener<E,?> conditionListener)
          Add new ConditionListener to listen this StateHolder's state changes.
 void StateHolder.removeConditionListener(ConditionListener<E,?> conditionListener)
           
 

Uses of ConditionListener in com.sun.grizzly.utils.conditions
 

Subclasses of ConditionListener in com.sun.grizzly.utils.conditions
 class DefaultConditionListener<E>
           
 class OneTimeConditionListener<E>
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.