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.


Nested Class Summary
static interface SpeakObject.ListenerOp
          Used in conjunction with applyToListeners(com.threerings.crowd.chat.data.SpeakObject.ListenerOp).
 
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.
 

Method Detail

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.