com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireFailureListener


public interface CrossfireFailureListener

Interface for listeners interested in the "failure" messages received from the Crossfire server.


Method Summary
 void clearFailure()
          Failure is not relevant anymore, clean it.
 void failure(java.lang.String command, java.lang.String arguments)
          Command failure received.
 

Method Detail

clearFailure

void clearFailure()
Failure is not relevant anymore, clean it.


failure

void failure(@NotNull
             java.lang.String command,
             @NotNull
             java.lang.String arguments)
Command failure received.

Parameters:
command - command which generated the failure, only the command itself without any parameter.
arguments - human-readable message, though the format depends on the command and the context.