Interface CrossfireFailureListener
- All Superinterfaces:
EventListener
Interface for listeners interested in the "failure" messages received from
the Crossfire server.
-
Method Summary
Modifier and TypeMethodDescriptionvoidFailure is not relevant anymore, clean it.voidCommand failure received.
-
Method Details
-
failure
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.
-
clearFailure
void clearFailure()Failure is not relevant anymore, clean it.
-