com.jme3.network.events
クラス ConnectionAdapter

java.lang.Object
  上位を拡張 com.jme3.network.events.ConnectionAdapter
すべての実装されたインタフェース:
ConnectionListener
直系の既知のサブクラス:
ServerSyncService

public class ConnectionAdapter
extends java.lang.Object
implements ConnectionListener

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
 

コンストラクタの詳細

ConnectionAdapter

public ConnectionAdapter()
メソッドの詳細

clientConnected

public void clientConnected(Client client)
定義:
インタフェース ConnectionListener 内の clientConnected

clientDisconnected

public void clientDisconnected(Client client)
定義:
インタフェース ConnectionListener 内の clientDisconnected