22 package com.realtime.crossfire.jxclient.guistate;
24 import java.util.EventListener;
25 import org.jetbrains.annotations.NotNull;
Interface for listeners interested gui state changes.
void connected()
The connection has been established.
void metaserver()
The server selection screen is displayed.
void connecting(@NotNull String serverInfo)
Connection establishment is in progress.
void connectFailed(@NotNull String reason)
An connection attempt failed.
void preConnecting(@NotNull String serverInfo)
Connection establishment is in progress.
Connection progress states of the Crossfire server connection.
void start()
The start screen is displayed.