@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from ChannelSpeakService.java.")
public class ChannelSpeakMarshaller
extends InvocationMarshaller<ClientObject>
implements ChannelSpeakService
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.InvocationMarshaller.ConfirmMarshaller, InvocationMarshaller.ListenerMarshaller, InvocationMarshaller.ResultMarshallerInvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListenerStreamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
SPEAK
The method id used to dispatch
speak(com.threerings.crowd.chat.data.ChatChannel, java.lang.String, byte) requests. |
| Constructor and Description |
|---|
ChannelSpeakMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
speak(ChatChannel arg1,
String arg2,
byte arg3)
Requests to speak the supplied message on the specified channel.
|
getInvocationCode, init, readObject, setInvocationOid, setNoResponse, toStringpublic static final int SPEAK
speak(com.threerings.crowd.chat.data.ChatChannel, java.lang.String, byte) requests.public void speak(ChatChannel arg1, String arg2, byte arg3)
ChannelSpeakServicespeak in interface ChannelSpeakServiceCopyright © 2015. All rights reserved.