Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener:
Collaboration graph

Public Member Functions

void clearFailure ()
 
void failure (@NotNull String command, @NotNull String arguments)
 

Detailed Description

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

Author
Nicolas Weeger

Definition at line 33 of file CrossfireFailureListener.java.

Member Function Documentation

◆ clearFailure()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener.clearFailure ( )

Failure is not relevant anymore, clean it.

◆ failure()

void com.realtime.crossfire.jxclient.server.crossfire.CrossfireFailureListener.failure ( @NotNull String  command,
@NotNull String  arguments 
)

Command failure received.

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

The documentation for this interface was generated from the following file: