| Package | Description |
|---|---|
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.chat.data | |
| com.threerings.crowd.chat.server | |
| com.threerings.crowd.peer.data |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelSpeakService.speak(ChatChannel channel,
String message,
byte mode)
Requests to speak the supplied message on the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
ChatChannel.compareTo(ChatChannel other) |
void |
ChannelSpeakMarshaller.speak(ChatChannel arg1,
String arg2,
byte arg3) |
| Modifier and Type | Field and Description |
|---|---|
ChatChannel |
ChatHistory.Entry.channel
The channel on which the message was sent, of null if the channel manager was not
used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatChannelManager.bodyAddedToChannel(ChatChannel channel,
int bodyId)
When a body becomes a member of a channel, this method should be called so that any server
that happens to be hosting that channel can be told that the body in question is now a
participant.
|
void |
ChatChannelManager.bodyRemovedFromChannel(ChatChannel channel,
int bodyId)
When a body loses channel membership, this method should be called so that any server that
happens to be hosting that channel can be told that the body in question is now a
participant.
|
void |
ChatHistory.record(ChatChannel channel,
String source,
UserMessage msg,
Name... usernames)
Records the specified channel and message to the specified users' chat histories.
|
void |
ChatChannelManager.speak(ClientObject caller,
ChatChannel channel,
String message,
byte mode) |
void |
ChannelSpeakProvider.speak(ClientObject caller,
ChatChannel arg1,
String arg2,
byte arg3)
|
| Constructor and Description |
|---|
Entry(ChatChannel channel,
String source,
ChatMessage message) |
| Modifier and Type | Field and Description |
|---|---|
DSet<ChatChannel> |
CrowdNodeObject.hostedChannels
The chat channels hosted on this server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdNodeObject.addToHostedChannels(ChatChannel elem)
Requests that the specified entry be added to the
hostedChannels set. |
void |
CrowdNodeObject.updateHostedChannels(ChatChannel elem)
Requests that the specified entry be updated in the
hostedChannels set. |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdNodeObject.setHostedChannels(DSet<ChatChannel> value)
Requests that the
hostedChannels field be set to the
specified value. |
Copyright © 2015. All rights reserved.