com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireServerConnectionListener


public interface CrossfireServerConnectionListener

Interface for listeners interested in CrossfireServerConnectionListener related events.


Method Summary
 void clientSocketStateChanged(ClientSocketState clientSocketState)
          Called whenever the state has changed.
 

Method Detail

clientSocketStateChanged

void clientSocketStateChanged(@NotNull
                              ClientSocketState clientSocketState)
Called whenever the state has changed.

Parameters:
clientSocketState - the new state