com.threerings.crowd.chat.data
Interface SpeakObject.ListenerOp

All Known Implementing Classes:
SpeakUtil.MessageMapper
Enclosing interface:
SpeakObject

public static interface SpeakObject.ListenerOp

Used in conjunction with SpeakObject.applyToListeners(com.threerings.crowd.chat.data.SpeakObject.ListenerOp).


Method Summary
 void apply(int bodyOid)
          Call this method if you only have access to body oids.
 void apply(Name username)
          Call this method if you can provide usernames directly.
 

Method Detail

apply

void apply(int bodyOid)
Call this method if you only have access to body oids.


apply

void apply(Name username)
Call this method if you can provide usernames directly.