com.threerings.crowd.chat.client
Interface ChannelSpeakService
- All Superinterfaces:
- InvocationService<ClientObject>
- All Known Implementing Classes:
- ChannelSpeakMarshaller
public interface ChannelSpeakService
- extends InvocationService<ClientObject>
Provides a way for clients to speak on chat channels.
|
Method Summary |
void |
speak(ChatChannel channel,
String message,
byte mode)
Requests to speak the supplied message on the specified channel. |
speak
void speak(ChatChannel channel,
String message,
byte mode)
- Requests to speak the supplied message on the specified channel.