com.threerings.crowd.chat.server
Interface ChatProvider.TellAutoResponder

Enclosing class:
ChatProvider

public static interface ChatProvider.TellAutoResponder

Interface to allow an auto response to a tell message.


Method Summary
 void sentTell(BodyObject teller, BodyObject tellee, String message)
          Called following the delivery of message from teller to tellee.
 

Method Detail

sentTell

void sentTell(BodyObject teller,
              BodyObject tellee,
              String message)
Called following the delivery of message from teller to tellee.