21 package com.realtime.crossfire.jxclient.server.crossfire;
23 import java.util.EventListener;
24 import org.jetbrains.annotations.NotNull;
40 void failure(@NotNull String command, @NotNull String arguments);
void failure(@NotNull String command, @NotNull String arguments)
Command failure received.
Interface for listeners interested in the "failure" messages received from the Crossfire server...
void clearFailure()
Failure is not relevant anymore, clean it.