| Modifier and Type | Class and Description |
|---|---|
class |
TellFeedbackMessage
A feedback message to indicate that a tell succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
static UserMessage |
UserMessage.create(Name speaker,
String message)
Constructs a user message for a player originated tell (which has no bundle and is in the
default mode).
|
| Modifier and Type | Method and Description |
|---|---|
String |
SpeakObject.getChatIdentifier(UserMessage message)
Returns an identifier for what type of chat this speak object represents based on the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatProvider.deliverTell(BodyObject target,
UserMessage message)
Delivers a tell notification to the specified target player.
|
void |
ChatProvider.deliverTell(UserMessage message,
Name target,
ChatService.TellListener listener)
Delivers a tell message to the specified target and notifies the supplied listener of the
result.
|
boolean |
ChatProvider.ChatForwarder.forwardTell(UserMessage message,
Name target,
ChatService.TellListener listener)
Requests that the supplied tell message be delivered to the appropriate destination.
|
void |
SpeakUtil.MessageObserver.messageDelivered(String source,
Name hearer,
UserMessage message)
Called for each player that hears a particular chat message.
|
void |
ChatHistory.record(ChatChannel channel,
String source,
UserMessage msg,
Name... usernames)
Records the specified channel and message to the specified users' chat histories.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PlaceObject.getChatIdentifier(UserMessage message) |
String |
BodyObject.getChatIdentifier(UserMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdPeerService.deliverTell(UserMessage message,
Name target,
ChatService.TellListener listener)
Used to forward a tell request to the server on which the destination user actually
occupies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdPeerMarshaller.deliverTell(UserMessage arg1,
Name arg2,
ChatService.TellListener arg3) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrowdPeerProvider.deliverTell(ClientObject caller,
UserMessage arg1,
Name arg2,
ChatService.TellListener arg3)
|
void |
CrowdPeerManager.deliverTell(ClientObject caller,
UserMessage message,
Name target,
ChatService.TellListener listener) |
boolean |
CrowdPeerManager.forwardTell(UserMessage message,
Name target,
ChatService.TellListener listener) |
Copyright © 2015. All rights reserved.