com.threerings.presents.client
Class ObserverOps.Session

java.lang.Object
  extended by 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>


Field Summary
protected  Client _client
           
 
Constructor Summary
ObserverOps.Session(Client client)
           
 
Method Summary
 boolean apply(SessionObserver obs)
           
protected abstract  void notify(SessionObserver obs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_client

protected Client _client
Constructor Detail

ObserverOps.Session

public ObserverOps.Session(Client client)
Method Detail

apply

public boolean apply(SessionObserver obs)
Specified by:
apply in interface ObserverList.ObserverOp<SessionObserver>

notify

protected abstract void notify(SessionObserver obs)