The BodyObject can definitely supply its Name.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5717 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-04-14 16:31:17 +00:00
parent 021b5dab22
commit e1b29dbf6f
@@ -118,10 +118,10 @@ public class BodyObject extends ClientObject
setLocation(null);
}
// documentation inherited
// from interface SpeakObject
public void applyToListeners (ListenerOp op)
{
op.apply(getOid());
op.apply(getVisibleName());
}
@Override