com.threerings.crowd.chat.client
Interface ChatService.TellListener
- All Superinterfaces:
- InvocationService.InvocationListener
- All Known Implementing Classes:
- ChatMarshaller.TellMarshaller
- Enclosing interface:
- ChatService
public static interface ChatService.TellListener
- extends InvocationService.InvocationListener
Used to communicate the response to a ChatService.tell(com.threerings.util.Name, java.lang.String, com.threerings.crowd.chat.client.ChatService.TellListener) request.
tellSucceeded
void tellSucceeded(long idleTime,
String awayMessage)
- Communicates the response to a
ChatService.tell(com.threerings.util.Name, java.lang.String, com.threerings.crowd.chat.client.ChatService.TellListener) request.
- Parameters:
idleTime - the number of ms the tellee has been idle or 0L if they are not idle.awayMessage - the away message configured by the told player or null if they have
no away message.