com.threerings.crowd.chat.data
Class ChannelSpeakMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller<ClientObject>
com.threerings.crowd.chat.data.ChannelSpeakMarshaller
- All Implemented Interfaces:
- ChannelSpeakService, Streamable, InvocationService<ClientObject>
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from ChannelSpeakService.java.")
public class ChannelSpeakMarshaller- extends InvocationMarshaller<ClientObject>
- implements ChannelSpeakService
Provides the implementation of the ChannelSpeakService interface
that marshalls the arguments and delivers the request to the provider
on the server. Also provides an implementation of the response listener
interfaces that marshall the response arguments and deliver them back
to the requesting client.
|
Method Summary |
void |
speak(ChatChannel arg1,
String arg2,
byte arg3)
Requests to speak the supplied message on the specified channel. |
SPEAK
public static final int SPEAK
- The method id used to dispatch
speak(com.threerings.crowd.chat.data.ChatChannel, java.lang.String, byte) requests.
- See Also:
- Constant Field Values
ChannelSpeakMarshaller
public ChannelSpeakMarshaller()
speak
public void speak(ChatChannel arg1,
String arg2,
byte arg3)
- Description copied from interface:
ChannelSpeakService
- Requests to speak the supplied message on the specified channel.
- Specified by:
speak in interface ChannelSpeakService