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.
クラス 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