com.threerings.presents.server
Interface ClientResolutionListener

All Known Implementing Classes:
BureauSession, ClientManager, CrowdSession, PeerSession, PresentsSession

public interface ClientResolutionListener

Entites that wish to resolve client objects must implement this interface so as to partake in the asynchronous process of client object resolution.


Method Summary
 void clientResolved(Name username, ClientObject clobj)
          Called when resolution completed successfully.
 void resolutionFailed(Name username, Exception reason)
          Called when resolution fails.
 

Method Detail

clientResolved

void clientResolved(Name username,
                    ClientObject clobj)
Called when resolution completed successfully.


resolutionFailed

void resolutionFailed(Name username,
                      Exception reason)
Called when resolution fails.