com.jme3.network.kernel
クラス EndpointEvent

java.lang.Object
  上位を拡張 com.jme3.network.kernel.EndpointEvent

public class EndpointEvent
extends java.lang.Object

Provides information about an added or removed connection.


入れ子のクラスの概要
static class EndpointEvent.Type
           
 
コンストラクタの概要
EndpointEvent(Kernel source, Endpoint p, EndpointEvent.Type type)
           
 
メソッドの概要
static EndpointEvent createAdd(Kernel source, Endpoint p)
           
static EndpointEvent createRemove(Kernel source, Endpoint p)
           
 Endpoint getEndpoint()
           
 Kernel getSource()
           
 EndpointEvent.Type getType()
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EndpointEvent

public EndpointEvent(Kernel source,
                     Endpoint p,
                     EndpointEvent.Type type)
メソッドの詳細

createAdd

public static EndpointEvent createAdd(Kernel source,
                                      Endpoint p)

createRemove

public static EndpointEvent createRemove(Kernel source,
                                         Endpoint p)

getSource

public Kernel getSource()

getEndpoint

public Endpoint getEndpoint()

getType

public EndpointEvent.Type getType()

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString