com.threerings.presents.server
Interface ClientManager.ClientOp

Enclosing class:
ClientManager

public static interface ClientManager.ClientOp

Used by ClientManager.applyToClient(com.threerings.util.Name, com.threerings.presents.server.ClientManager.ClientOp).


Method Summary
 void apply(ClientObject clobj)
          Called with the resolved client object.
 void resolutionFailed(Exception e)
          Called if the client resolution fails.
 

Method Detail

apply

void apply(ClientObject clobj)
Called with the resolved client object.


resolutionFailed

void resolutionFailed(Exception e)
Called if the client resolution fails.