com.realtime.crossfire.jxclient.server.crossfire
Interface SentReplyListener


public interface SentReplyListener

Listener for classes interested in sent "reply" commands.


Method Summary
 void replySent(java.lang.String text)
          A "reply" command has been sent to the server.
 

Method Detail

replySent

void replySent(@NotNull
               java.lang.String text)
A "reply" command has been sent to the server.

Parameters:
text - the reply command text