|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.network.rmi.ObjectStore.ServerEventHandler
public class ObjectStore.ServerEventHandler
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public ObjectStore.ServerEventHandler()
| メソッドの詳細 |
|---|
public void messageReceived(HostedConnection source,
Message m)
MessageListener<HostedConnection> 内の messageReceived
public void connectionAdded(Server server,
HostedConnection conn)
ConnectionListener の記述:
ConnectionListener 内の connectionAdded
public void connectionRemoved(Server server,
HostedConnection conn)
ConnectionListener の記述:
ConnectionListener 内の connectionRemoved
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||