public class EndpointEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
EndpointEvent.Type |
Constructor and Description |
---|
EndpointEvent(Kernel source,
Endpoint p,
EndpointEvent.Type type) |
Modifier and Type | Method and Description |
---|---|
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() |
public EndpointEvent(Kernel source, Endpoint p, EndpointEvent.Type type)
public static EndpointEvent createAdd(Kernel source, Endpoint p)
public static EndpointEvent createRemove(Kernel source, Endpoint p)
public Kernel getSource()
public Endpoint getEndpoint()
public EndpointEvent.Type getType()
public java.lang.String toString()
toString
in class java.lang.Object