Uses of Class
com.realtime.crossfire.jxclient.server.socket.ClientSocketState

Packages that use ClientSocketState
com.realtime.crossfire.jxclient.guistate   
com.realtime.crossfire.jxclient.server.crossfire   
com.realtime.crossfire.jxclient.server.socket   
com.realtime.crossfire.jxclient.window   
 

Uses of ClientSocketState in com.realtime.crossfire.jxclient.guistate
 

Methods in com.realtime.crossfire.jxclient.guistate with parameters of type ClientSocketState
 void GuiStateListener.connecting(ClientSocketState clientSocketState)
          Connection establishment is in progress.
 

Uses of ClientSocketState in com.realtime.crossfire.jxclient.server.crossfire
 

Fields in com.realtime.crossfire.jxclient.server.crossfire declared as ClientSocketState
private  ClientSocketState DefaultCrossfireServerConnection.clientSocketState
          The current connection state.
 

Methods in com.realtime.crossfire.jxclient.server.crossfire with parameters of type ClientSocketState
 void CrossfireServerConnectionListener.clientSocketStateChanged(ClientSocketState clientSocketState)
          Called whenever the state has changed.
private  void DefaultCrossfireServerConnection.setClientSocketState(ClientSocketState prevState, ClientSocketState nextState)
          Updates the DefaultCrossfireServerConnection.clientSocketState.
 

Uses of ClientSocketState in com.realtime.crossfire.jxclient.server.socket
 

Methods in com.realtime.crossfire.jxclient.server.socket that return ClientSocketState
static ClientSocketState ClientSocketState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientSocketState[] ClientSocketState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ClientSocketState in com.realtime.crossfire.jxclient.window
 

Methods in com.realtime.crossfire.jxclient.window with parameters of type ClientSocketState
private  void GuiManager.updateConnectLabel(ClientSocketState clientSocketState, java.lang.String param)
          Updates the "message" field of the connect dialog.