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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user