public interface SpeakService extends InvocationService<ClientObject>
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener| Modifier and Type | Method and Description |
|---|---|
void |
speak(String message,
byte mode)
Issues a request to speak "on" the distributed object via which
this speak service was provided.
|
void speak(String message, byte mode)
message - the message to be spoken.mode - the "mode" of the message. This is an opaque value that
will be passed back down via the ChatDirector to the ChatDisplay implementations which can interpret it in an
application specific manner. It's useful for differentiating
between regular speech, emotes, etc.Copyright © 2015. All rights reserved.