com.threerings.crowd.chat.data
Class ChatMarshaller.TellMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.crowd.chat.data.ChatMarshaller.TellMarshaller
- All Implemented Interfaces:
- ChatService.TellListener, Streamable, InvocationService.InvocationListener
- Enclosing class:
- ChatMarshaller
public static class ChatMarshaller.TellMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements ChatService.TellListener
Marshalls results to implementations of ChatService.TellListener.
TELL_SUCCEEDED
public static final int TELL_SUCCEEDED
- The method id used to dispatch
tellSucceeded(long, java.lang.String)
responses.
- See Also:
- Constant Field Values
ChatMarshaller.TellMarshaller
public ChatMarshaller.TellMarshaller()
tellSucceeded
public void tellSucceeded(long arg1,
String arg2)
- Description copied from interface:
ChatService.TellListener
- Communicates the response to a
ChatService.tell(com.threerings.util.Name, java.lang.String, com.threerings.crowd.chat.client.ChatService.TellListener) request.
- Specified by:
tellSucceeded in interface ChatService.TellListener
- Parameters:
arg1 - 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.
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Description copied from class:
InvocationMarshaller.ListenerMarshaller
- Called to dispatch an invocation response to our target listener.
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller