クラス
com.jme3.network.kernel.EndpointEvent の使用

EndpointEvent を使用しているパッケージ
com.jme3.network.kernel The kernel package is the heart of the JME networking module and controls the routing and dispatch of message data over different transport implementations. 
 

com.jme3.network.kernel での EndpointEvent の使用
 

EndpointEvent を返す com.jme3.network.kernel のメソッド
static EndpointEvent EndpointEvent.createAdd(Kernel source, Endpoint p)
           
static EndpointEvent EndpointEvent.createRemove(Kernel source, Endpoint p)
           
 EndpointEvent AbstractKernel.nextEvent()
          Removes and returnsn one endpoint event from the event queue or null if there are no endpoint events.
 EndpointEvent Kernel.nextEvent()
          Removes and returnsn one endpoint event from the event queue or null if there are no endpoint events.