com.threerings.crowd.chat.client
Interface ChannelSpeakService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
ChannelSpeakMarshaller

public interface ChannelSpeakService
extends InvocationService

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(Client client, ChatChannel channel, String message, byte mode)
          Requests to speak the supplied message on the specified channel.
 

Method Detail

speak

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