com.jme3.network
クラス ClientStateListener.DisconnectInfo

java.lang.Object
  上位を拡張 com.jme3.network.ClientStateListener.DisconnectInfo
含まれているインタフェース:
ClientStateListener

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

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


フィールドの概要
 java.lang.Throwable error
           
 java.lang.String reason
           
 
コンストラクタの概要
ClientStateListener.DisconnectInfo()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

reason

public java.lang.String reason

error

public java.lang.Throwable error
コンストラクタの詳細

ClientStateListener.DisconnectInfo

public ClientStateListener.DisconnectInfo()