Package com.jme3.network
Interface ClientStateListener
- All Known Implementing Classes:
ObjectStore.ClientEventHandler
public interface ClientStateListener
Listener that is notified about the connection state of
a Client.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classProvided with the clientDisconnected() notification to include additional information about the disconnect. -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the specified client is fully connected to the remote server.voidCalled when the client has disconnected from the remote server.
-
Method Details
-
clientConnected
Called when the specified client is fully connected to the remote server. -
clientDisconnected
Called when the client has disconnected from the remote server. If info is null then the client shut down the connection normally, otherwise the info object contains additional information about the disconnect.
-