New OccupantObserver signature.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1836 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-27 01:25:18 +00:00
parent 561f25bb18
commit bb489caf39
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
// //
// $Id: ChatPanel.java,v 1.19 2002/08/14 00:48:57 shaper Exp $ // $Id: ChatPanel.java,v 1.20 2002/10/27 01:25:18 mdb Exp $
package com.threerings.micasa.client; package com.threerings.micasa.client;
@@ -172,7 +172,7 @@ public class ChatPanel
} }
// documentation inherited // documentation inherited
public void occupantUpdated (OccupantInfo info) public void occupantUpdated (OccupantInfo oinfo, OccupantInfo info)
{ {
} }
@@ -1,5 +1,5 @@
// //
// $Id: OccupantList.java,v 1.6 2002/04/15 14:38:45 shaper Exp $ // $Id: OccupantList.java,v 1.7 2002/10/27 01:25:18 mdb Exp $
package com.threerings.micasa.client; package com.threerings.micasa.client;
@@ -71,7 +71,7 @@ public class OccupantList
} }
// documentation inherited // documentation inherited
public void occupantUpdated (OccupantInfo info) public void occupantUpdated (OccupantInfo oinfo, OccupantInfo info)
{ {
// nothing doing // nothing doing
} }