com.threerings.crowd.chat.data
Interface SpeakObject
- All Known Implementing Classes:
- BodyObject, PlaceObject
public interface SpeakObject
Provides a mechanism by which the speak service can identify chat listeners so as to maintain a
recent history of all chat traffic on the server.
|
Method Summary |
void |
applyToListeners(SpeakObject.ListenerOp op)
The speak service will call this every time a chat message is delivered on this speak object
to note the listeners that received the message. |
applyToListeners
void applyToListeners(SpeakObject.ListenerOp op)
- The speak service will call this every time a chat message is delivered on this speak object
to note the listeners that received the message.