com.sun.grizzly.utils.conditions
Class OneTimeConditionListener<E>

java.lang.Object
  extended by com.sun.grizzly.utils.conditions.ConditionListener<E,Object>
      extended by com.sun.grizzly.utils.conditions.DefaultConditionListener<E>
          extended by com.sun.grizzly.utils.conditions.OneTimeConditionListener<E>

public class OneTimeConditionListener<E>
extends DefaultConditionListener<E>

Author:
oleksiys

Field Summary
 
Fields inherited from class com.sun.grizzly.utils.conditions.ConditionListener
condition, keepAlive, notificationObject
 
Constructor Summary
OneTimeConditionListener()
           
OneTimeConditionListener(Condition<E> condition, Object notificationObject)
           
 
Method Summary
 
Methods inherited from class com.sun.grizzly.utils.conditions.DefaultConditionListener
notifyListener, notifyListenerObject
 
Methods inherited from class com.sun.grizzly.utils.conditions.ConditionListener
checkConditionAndNotify, getCondition, getNotificationObject, isKeepAlive, set, setCondition, setKeepAlive, setNotificationObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneTimeConditionListener

public OneTimeConditionListener()

OneTimeConditionListener

public OneTimeConditionListener(Condition<E> condition,
                                Object notificationObject)


Copyright © 2009 SUN Microsystems. All Rights Reserved.