com.threerings.presents.client
Class ObserverOps.Session
java.lang.Object
com.threerings.presents.client.ObserverOps.Session
- All Implemented Interfaces:
- ObserverList.ObserverOp<SessionObserver>
- Direct Known Subclasses:
- ObserverOps.Client
- Enclosing class:
- ObserverOps
public abstract static class ObserverOps.Session
- extends Object
- implements ObserverList.ObserverOp<SessionObserver>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_client
protected Client _client
ObserverOps.Session
public ObserverOps.Session(Client client)
apply
public boolean apply(SessionObserver obs)
- Specified by:
apply in interface ObserverList.ObserverOp<SessionObserver>
notify
protected abstract void notify(SessionObserver obs)