インタフェース
com.jme3.network.ConnectionListener の使用

ConnectionListener を使用しているパッケージ
com.jme3.network The network package contains the public API for the jME3 SpiderMonkey networking module. 
com.jme3.network.base The base package contains the default implementations for the Client and Server interfaces from the public API. 
com.jme3.network.rmi   
 

com.jme3.network での ConnectionListener の使用
 

ConnectionListener 型のパラメータを持つ com.jme3.network のメソッド
 void Server.addConnectionListener(ConnectionListener listener)
          Adds a listener that will be notified when new hosted connections arrive.
 void Server.removeConnectionListener(ConnectionListener listener)
          Removes a previously registered connection listener.
 

com.jme3.network.base での ConnectionListener の使用
 

ConnectionListener 型のパラメータを持つ com.jme3.network.base のメソッド
 void DefaultServer.addConnectionListener(ConnectionListener listener)
           
 void DefaultServer.removeConnectionListener(ConnectionListener listener)
           
 

com.jme3.network.rmi での ConnectionListener の使用
 

ConnectionListener を実装している com.jme3.network.rmi のクラス
 class ObjectStore.ServerEventHandler