public interface CrossfireFailureListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
clearFailure()
Failure is not relevant anymore, clean it.
|
void |
failure(@NotNull java.lang.String command,
@NotNull java.lang.String arguments)
Command failure received.
|
void failure(@NotNull @NotNull java.lang.String command, @NotNull @NotNull java.lang.String arguments)
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.void clearFailure()