| Package | Description |
|---|---|
| com.threerings.crowd.chat.server |
| 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 |
ChatChannelManager.collectChatHistory(Name user,
ResultListener<ChatChannelManager.ChatHistoryResult> lner)
Collects all chat messages heard by the given user on all peers.
|
Copyright © 2015. All rights reserved.