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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void speak(ChatChannel channel, String message, byte mode)
          Requests to speak the supplied message on the specified channel.
 

Method Detail

speak

void speak(ChatChannel channel,
           String message,
           byte mode)
Requests to speak the supplied message on the specified channel.