Added clientObjectDidChange() implementation.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1766 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TestClient.java,v 1.14 2002/08/14 19:07:59 mdb Exp $
|
||||
// $Id: TestClient.java,v 1.15 2002/10/01 04:44:40 shaper Exp $
|
||||
|
||||
package com.threerings.presents.client;
|
||||
|
||||
@@ -52,6 +52,11 @@ public class TestClient
|
||||
service.getTestOid(client, this);
|
||||
}
|
||||
|
||||
public void clientObjectDidChange (Client client)
|
||||
{
|
||||
Log.info("Client object did change [client=" + client + "].");
|
||||
}
|
||||
|
||||
public void clientDidLogoff (Client client)
|
||||
{
|
||||
Log.info("Client did logoff [client=" + client + "].");
|
||||
|
||||
Reference in New Issue
Block a user