public interface SpeakObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SpeakObject.ListenerOp
Used in conjunction with
applyToListeners(com.threerings.crowd.chat.data.SpeakObject.ListenerOp). |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getChatIdentifier(UserMessage message)
Returns an identifier for what type of chat this speak object represents based on the message.
|
static final String DEFAULT_IDENTIFIER
String getChatIdentifier(UserMessage message)
void applyToListeners(SpeakObject.ListenerOp op)
Copyright © 2015. All rights reserved.