| Package | Description |
|---|---|
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.chat.data |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
ChatDirector.CommandHandler.handleCommand(SpeakService speakSvc,
String command,
String args,
String[] history)
Handles the specified chat command.
|
String |
ChatDirector.requestChat(SpeakService speakSvc,
String text,
boolean record)
Parses and delivers the supplied chat message.
|
void |
ChatDirector.requestSpeak(SpeakService speakService,
String message,
byte mode)
Requests that a speak message with the specified mode be generated and delivered via the
supplied speak service instance (which will be associated with a particular "speak
object").
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpeakMarshaller
Provides the implementation of the
SpeakService interface
that marshalls the arguments and delivers the request to the provider
on the server. |
Copyright © 2015. All rights reserved.