| Package | Description |
|---|---|
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.chat.data | |
| com.threerings.crowd.chat.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatDirector.dispatchMessage(ChatMessage message,
String localType)
Dispatches the provided message to our chat displays.
|
boolean |
HistoryList.displayMessage(ChatMessage msg,
boolean alreadyDisplayed) |
boolean |
ChatDisplay.displayMessage(ChatMessage msg,
boolean alreadyDisplayed)
Called to display a chat message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SystemMessage
A ChatMessage that represents a message that came from the server and did not result from direct
user action.
|
class |
TellFeedbackMessage
A feedback message to indicate that a tell succeeded.
|
class |
UserMessage
A ChatMessage representing a message that came from another user.
|
class |
UserSystemMessage
A system message triggered by the activity of another user.
|
| Modifier and Type | Field and Description |
|---|---|
ChatMessage |
ChatHistory.Entry.message
The message sent.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SpeakUtil.sendMessage(DObject speakObj,
ChatMessage msg)
Send the specified message on the specified object.
|
| Constructor and Description |
|---|
Entry(ChatChannel channel,
String source,
ChatMessage message) |
Copyright © 2015. All rights reserved.