addObserver -> addClientObserver.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@982 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-02-09 20:47:11 +00:00
parent 284e8ef6ed
commit 635e9cf930
11 changed files with 22 additions and 22 deletions
@@ -1,5 +1,5 @@
//
// $Id: MiCasaApplet.java,v 1.5 2002/01/19 04:16:02 mdb Exp $
// $Id: MiCasaApplet.java,v 1.6 2002/02/09 20:47:11 mdb Exp $
package com.threerings.micasa.client;
@@ -46,7 +46,7 @@ public class MiCasaApplet extends Applet
new UsernamePasswordCreds(username, authkey));
// we want to hide the client frame when we logoff
client.addObserver(new ClientAdapter() {
client.addClientObserver(new ClientAdapter() {
public void clientDidLogoff (Client c)
{
_frame.setVisible(false);