|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.network.events.ConnectionAdapter
public class ConnectionAdapter
Server adapter for making it easier to listen for server events.
コンストラクタの概要 | |
---|---|
ConnectionAdapter()
|
メソッドの概要 | |
---|---|
void |
clientConnected(Client client)
|
void |
clientDisconnected(Client client)
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ConnectionAdapter()
メソッドの詳細 |
---|
public void clientConnected(Client client)
ConnectionListener
内の clientConnected
public void clientDisconnected(Client client)
ConnectionListener
内の clientDisconnected
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |