com.jme3.network.kernel
Class EndpointEvent
java.lang.Object
com.jme3.network.kernel.EndpointEvent
public class EndpointEvent
- extends java.lang.Object
Provides information about an added or
removed connection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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()
- Overrides:
toString
in class java.lang.Object