Forgot to implement MessageHandler.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@443 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PresentsClient.java,v 1.21 2001/10/12 00:03:03 mdb Exp $
|
// $Id: PresentsClient.java,v 1.22 2001/10/12 00:29:51 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -29,7 +29,8 @@ import com.threerings.presents.server.net.*;
|
|||||||
* not overlap with its other client duties which are called from the
|
* not overlap with its other client duties which are called from the
|
||||||
* conmgr thread and therefore also need not be synchronized.
|
* conmgr thread and therefore also need not be synchronized.
|
||||||
*/
|
*/
|
||||||
public class PresentsClient implements Subscriber, MessageHandler
|
public class PresentsClient
|
||||||
|
implements Subscriber, EventListener, MessageHandler
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Returns the username with which this client instance is associated.
|
* Returns the username with which this client instance is associated.
|
||||||
|
|||||||
Reference in New Issue
Block a user