Revamped "persona selection" support. Things now actually work, and in as

sensible a way as we can hope for.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1717 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-09-19 23:36:59 +00:00
parent 0df0ec348d
commit ba4985053f
10 changed files with 301 additions and 135 deletions
@@ -1,5 +1,5 @@
//
// $Id: ClientObserver.java,v 1.5 2002/05/16 18:17:27 shaper Exp $
// $Id: ClientObserver.java,v 1.6 2002/09/19 23:36:59 mdb Exp $
package com.threerings.presents.client;
@@ -43,6 +43,14 @@ public interface ClientObserver extends SessionObserver
*/
public void clientFailedToLogon (Client client, Exception cause);
/**
* For systems that allow switching screen names after logon, this
* method is called whenever a screen name change takes place to
* report that the client object has been replaced to potential
* client-side subscribers.
*/
public void clientObjectDidChange (Client client);
/**
* Called when the connection to the server went away for some
* unexpected reason. This will be followed by a call to