com.jme3.network.rmi
クラス ObjectStore.ClientEventHandler

java.lang.Object
  上位を拡張 com.jme3.network.rmi.ObjectStore.ClientEventHandler
すべての実装されたインタフェース:
ClientStateListener, MessageListener
含まれているクラス:
ObjectStore

public class ObjectStore.ClientEventHandler
extends java.lang.Object
implements MessageListener, ClientStateListener


入れ子のクラスの概要
 
インタフェース com.jme3.network.ClientStateListener から継承された入れ子のクラス/インタフェース
ClientStateListener.DisconnectInfo
 
コンストラクタの概要
ObjectStore.ClientEventHandler()
           
 
メソッドの概要
 void clientConnected(Client c)
          Called when the specified client is fully connected to the remote server.
 void clientDisconnected(Client c, ClientStateListener.DisconnectInfo info)
          Called when the client has disconnected from the remote server.
 void messageReceived(java.lang.Object source, Message m)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ObjectStore.ClientEventHandler

public ObjectStore.ClientEventHandler()
メソッドの詳細

messageReceived

public void messageReceived(java.lang.Object source,
                            Message m)
定義:
インタフェース MessageListener 内の messageReceived

clientConnected

public void clientConnected(Client c)
インタフェース ClientStateListener の記述:
Called when the specified client is fully connected to the remote server.

定義:
インタフェース ClientStateListener 内の clientConnected

clientDisconnected

public void clientDisconnected(Client c,
                               ClientStateListener.DisconnectInfo info)
インタフェース ClientStateListener の記述:
Called when the client has disconnected from the remote server. If info is null then the client shut down the connection normally, otherwise the info object contains additional information about the disconnect.

定義:
インタフェース ClientStateListener 内の clientDisconnected