Uses of Class
com.jme3.network.ClientStateListener.DisconnectInfo
Packages that use ClientStateListener.DisconnectInfo
-
Uses of ClientStateListener.DisconnectInfo in com.jme3.network
Methods in com.jme3.network with parameters of type ClientStateListener.DisconnectInfoModifier and TypeMethodDescriptionvoidClientStateListener.clientDisconnected(Client c, ClientStateListener.DisconnectInfo info) Called when the client has disconnected from the remote server. -
Uses of ClientStateListener.DisconnectInfo in com.jme3.network.base
Methods in com.jme3.network.base with parameters of type ClientStateListener.DisconnectInfoModifier and TypeMethodDescriptionprotected voidDefaultClient.closeConnections(ClientStateListener.DisconnectInfo info) protected voidDefaultClient.fireDisconnected(ClientStateListener.DisconnectInfo info) -
Uses of ClientStateListener.DisconnectInfo in com.jme3.network.rmi
Methods in com.jme3.network.rmi with parameters of type ClientStateListener.DisconnectInfoModifier and TypeMethodDescriptionvoidObjectStore.ClientEventHandler.clientDisconnected(Client c, ClientStateListener.DisconnectInfo info)