Removed obsolete comment.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1845 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 22:19:21 +00:00
parent 2625d76084
commit 7aa16f09e0
2 changed files with 2 additions and 12 deletions
@@ -1,5 +1,5 @@
// //
// $Id: ClientObserver.java,v 1.7 2002/09/20 00:54:39 mdb Exp $ // $Id: ClientObserver.java,v 1.8 2002/10/27 22:19:21 mdb Exp $
package com.threerings.presents.client; package com.threerings.presents.client;
@@ -28,11 +28,6 @@ package com.threerings.presents.client;
* observers know that we lost our connection to the * observers know that we lost our connection to the
* server. <code>clientDidLogoff</code> will be called immediately * server. <code>clientDidLogoff</code> will be called immediately
* afterwards as a normal logoff procedure is effected. * afterwards as a normal logoff procedure is effected.
*
* <p> These callbacks happen on the client thread and should therefore
* not be used to perform any complex action or do much more than relay
* the signal to some other thread (like the AWT thread) to act more fully
* on the notice.
*/ */
public interface ClientObserver extends SessionObserver public interface ClientObserver extends SessionObserver
{ {
@@ -1,5 +1,5 @@
// //
// $Id: SessionObserver.java,v 1.2 2002/09/20 00:54:39 mdb Exp $ // $Id: SessionObserver.java,v 1.3 2002/10/27 22:19:21 mdb Exp $
package com.threerings.presents.client; package com.threerings.presents.client;
@@ -8,11 +8,6 @@ package com.threerings.presents.client;
* notified when the client establishes and ends their session with the * notified when the client establishes and ends their session with the
* server. * server.
* *
* <p> These callbacks happen on the client thread and should therefore
* not be used to perform any complex action or do much more than relay
* the signal to some other thread (like the AWT thread) to act more fully
* on the notice.
*
* @see ClientObserver * @see ClientObserver
*/ */
public interface SessionObserver public interface SessionObserver