Interface CrossfireFailureListener

All Superinterfaces:
EventListener

public interface CrossfireFailureListener extends EventListener
Interface for listeners interested in the "failure" messages received from the Crossfire server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Failure is not relevant anymore, clean it.
    void
    failure(@NotNull String command, @NotNull String arguments)
    Command failure received.
  • Method Details

    • failure

      void failure(@NotNull @NotNull String command, @NotNull @NotNull 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.
    • clearFailure

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