com.threerings.presents.client
Class ObserverOps.Client

java.lang.Object
  extended by com.threerings.presents.client.ObserverOps.Session
      extended by com.threerings.presents.client.ObserverOps.Client
All Implemented Interfaces:
ObserverList.ObserverOp<SessionObserver>
Enclosing class:
ObserverOps

public abstract static class ObserverOps.Client
extends ObserverOps.Session


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

Constructor Detail

ObserverOps.Client

public ObserverOps.Client(Client client)
Method Detail

notify

public void notify(SessionObserver obs)
Specified by:
notify in class ObserverOps.Session

notify

protected abstract void notify(ClientObserver obs)