addObserver -> addClientObserver.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@982 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: MiCasaApp.java,v 1.5 2002/01/19 04:02:11 mdb Exp $
|
||||
// $Id: MiCasaApp.java,v 1.6 2002/02/09 20:47:11 mdb Exp $
|
||||
|
||||
package com.threerings.micasa.client;
|
||||
|
||||
@@ -60,7 +60,7 @@ public class MiCasaApp
|
||||
}
|
||||
|
||||
// we want to exit when we logged off or failed to log on
|
||||
client.addObserver(new ClientAdapter() {
|
||||
client.addClientObserver(new ClientAdapter() {
|
||||
public void clientFailedToLogon (Client c, Exception cause) {
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user