org.glassfish.grizzly.util.conditions
Class OneTimeConditionListener<E>

java.lang.Object
  extended by org.glassfish.grizzly.util.conditions.ConditionListener<E,Object>
      extended by org.glassfish.grizzly.util.conditions.DefaultConditionListener<E>
          extended by org.glassfish.grizzly.util.conditions.OneTimeConditionListener<E>

public class OneTimeConditionListener<E>
extends DefaultConditionListener<E>

Author:
oleksiys

Field Summary
 
Fields inherited from class org.glassfish.grizzly.util.conditions.ConditionListener
condition, keepAlive, notificationObject
 
Constructor Summary
OneTimeConditionListener()
           
OneTimeConditionListener(Condition<E> condition, Object notificationObject)
           
 
Method Summary
 
Methods inherited from class org.glassfish.grizzly.util.conditions.DefaultConditionListener
notifyListener, notifyListenerObject
 
Methods inherited from class org.glassfish.grizzly.util.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.