com.jme3.network
Class ClientStateListener.DisconnectInfo

java.lang.Object
  extended by com.jme3.network.ClientStateListener.DisconnectInfo
Enclosing interface:
ClientStateListener

public static class ClientStateListener.DisconnectInfo
extends java.lang.Object

Provided with the clientDisconnected() notification to include additional information about the disconnect.


Field Summary
 java.lang.Throwable error
           
 java.lang.String reason
           
 
Constructor Summary
ClientStateListener.DisconnectInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reason

public java.lang.String reason

error

public java.lang.Throwable error
Constructor Detail

ClientStateListener.DisconnectInfo

public ClientStateListener.DisconnectInfo()