Classes | |
interface | GuiStateListener |
class | GuiStateManager |
Enumerations | |
enum | ClientSocketState { CONNECTING, VERSION, SETUP, REQUESTINFO, ADDME, ACCOUNT_INFO, CONNECTED, CONNECT_FAILED } |
enum | GuiState { START, METASERVER, CONNECTING, CONNECTED, CONNECT_FAILED } |
Connection progress states of the ClientSocket. The state transitions in the declared order.
Definition at line 31 of file ClientSocketState.java.
Possible gui states.
Definition at line 28 of file GuiState.java.