public static class ChatMarshaller.TellMarshaller extends InvocationMarshaller.ListenerMarshaller implements ChatService.TellListener
ChatService.TellListener.Streamable.Closure| Modifier and Type | Field and Description |
|---|---|
static int |
TELL_SUCCEEDED
The method id used to dispatch
tellSucceeded(long, java.lang.String)
responses. |
callerOid, listener, mapStamp, omgr, REQUEST_FAILED_RSPID, requestId, transport| Constructor and Description |
|---|
TellMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchResponse(int methodId,
Object[] args)
Called to dispatch an invocation response to our target listener.
|
void |
tellSucceeded(long arg1,
String arg2)
Communicates the response to a
ChatService.tell(com.threerings.util.Name, java.lang.String, com.threerings.crowd.chat.client.ChatService.TellListener) request. |
requestFailed, setInvocationId, setNoResponse, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitrequestFailedpublic static final int TELL_SUCCEEDED
tellSucceeded(long, java.lang.String)
responses.public void tellSucceeded(long arg1,
String arg2)
ChatService.TellListenerChatService.tell(com.threerings.util.Name, java.lang.String, com.threerings.crowd.chat.client.ChatService.TellListener) request.tellSucceeded in interface ChatService.TellListenerarg1 - the number of ms the tellee has been idle or 0L if they are not idle.arg2 - the away message configured by the told player or null if they have
no away message.public void dispatchResponse(int methodId,
Object[] args)
InvocationMarshaller.ListenerMarshallerdispatchResponse in class InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.