Be speaker aware. Big brother loves us.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2655 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-06-14 00:55:40 +00:00
parent 61168c737c
commit f1ac86936e
6 changed files with 72 additions and 6 deletions
@@ -1,11 +1,17 @@
//
// $Id: BodyObject.dobj,v 1.11 2002/10/30 00:42:37 mdb Exp $
// $Id: BodyObject.dobj,v 1.12 2003/06/14 00:55:40 mdb Exp $
package com.threerings.crowd.data;
import com.threerings.presents.data.ClientObject;
import com.threerings.crowd.chat.data.SpeakObject;
/**
* The basic user object class for Crowd users. Bodies have a username, a
* location and a status.
*/
public class BodyObject extends ClientObject
implements SpeakObject
{
/**
* The username associated with this body object.
@@ -29,6 +35,12 @@ public class BodyObject extends ClientObject
*/
public transient long statusTime;
// documentation inherited
public void applyToListeners (ListenerOp op)
{
op.apply(getOid());
}
// documentation inherited
public String who ()
{