Moved clientObjectDidChange() into SessionObserver because anyone

observing the session is likely to need to know about that sort of thing.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1719 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-09-20 00:54:39 +00:00
parent d8af715498
commit bdd49a4b3f
6 changed files with 35 additions and 16 deletions
@@ -1,5 +1,5 @@
//
// $Id: SessionObserver.java,v 1.1 2002/03/11 19:51:25 mdb Exp $
// $Id: SessionObserver.java,v 1.2 2002/09/20 00:54:39 mdb Exp $
package com.threerings.presents.client;
@@ -24,6 +24,14 @@ public interface SessionObserver
*/
public void clientDidLogon (Client client);
/**
* 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 after the client has been logged off of the server and has
* disconnected.