com.sun.grizzly.util
Class StateHolder.EventListener
java.lang.Object
com.sun.grizzly.util.StateHolder.EventListener
- Enclosing class:
- StateHolder<E>
public static class StateHolder.EventListener
- extends java.lang.Object
EventListener class, which is a part of
EventConditionListener, and implements notificatation logic,
when condition becomes true.
|
Method Summary |
void |
notifyEvent()
|
protected static void |
notifyListener(java.lang.Object listener)
|
void |
set(java.lang.Object notificationObject)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
notificationObject
public java.lang.Object notificationObject
StateHolder.EventListener
public StateHolder.EventListener()
set
public void set(java.lang.Object notificationObject)
notifyEvent
public void notifyEvent()
notifyListener
protected static void notifyListener(java.lang.Object listener)
Copyright © 2012 Oracle Corporation. All Rights Reserved.