クラス
com.jme3.network.ClientStateListener.DisconnectInfo の使用

ClientStateListener.DisconnectInfo を使用しているパッケージ
com.jme3.network The network package contains the public API for the jME3 SpiderMonkey networking module. 
com.jme3.network.rmi   
 

com.jme3.network での ClientStateListener.DisconnectInfo の使用
 

ClientStateListener.DisconnectInfo 型のパラメータを持つ com.jme3.network のメソッド
 void ClientStateListener.clientDisconnected(Client c, ClientStateListener.DisconnectInfo info)
          Called when the client has disconnected from the remote server.
 

com.jme3.network.rmi での ClientStateListener.DisconnectInfo の使用
 

ClientStateListener.DisconnectInfo 型のパラメータを持つ com.jme3.network.rmi のメソッド
 void ObjectStore.ClientEventHandler.clientDisconnected(Client c, ClientStateListener.DisconnectInfo info)