| Package | Description |
|---|---|
| com.jme3.network |
The network package contains the public API for the jME3
SpiderMonkey networking module.
|
| com.jme3.network.base | |
| com.jme3.network.rmi |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientStateListener.clientDisconnected(Client c,
ClientStateListener.DisconnectInfo info)
Called when the client has disconnected from the remote
server.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultClient.closeConnections(ClientStateListener.DisconnectInfo info) |
protected void |
DefaultClient.fireDisconnected(ClientStateListener.DisconnectInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectStore.ClientEventHandler.clientDisconnected(Client c,
ClientStateListener.DisconnectInfo info) |