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

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

public class ObjectStore.ServerEventHandler
extends java.lang.Object
implements MessageListener<HostedConnection>, ConnectionListener


コンストラクタの概要
ObjectStore.ServerEventHandler()
           
 
メソッドの概要
 void connectionAdded(Server server, HostedConnection conn)
          Called when a connection has been added to the specified server and is fully setup.
 void connectionRemoved(Server server, HostedConnection conn)
          Called when a connection has been removed from the specified server.
 void messageReceived(HostedConnection source, Message m)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ObjectStore.ServerEventHandler

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

messageReceived

public void messageReceived(HostedConnection source,
                            Message m)
定義:
インタフェース MessageListener<HostedConnection> 内の messageReceived

connectionAdded

public void connectionAdded(Server server,
                            HostedConnection conn)
インタフェース ConnectionListener の記述:
Called when a connection has been added to the specified server and is fully setup.

定義:
インタフェース ConnectionListener 内の connectionAdded

connectionRemoved

public void connectionRemoved(Server server,
                              HostedConnection conn)
インタフェース ConnectionListener の記述:
Called when a connection has been removed from the specified server.

定義:
インタフェース ConnectionListener 内の connectionRemoved