Class NodeEvent
- java.lang.Object
-
- org.opendaylight.genius.utils.hwvtep.DebugEvent
-
- org.opendaylight.genius.utils.hwvtep.NodeEvent
-
- Direct Known Subclasses:
NodeEvent.ChildAddedEvent
,NodeEvent.NodeConnectedEvent
,NodeEvent.NodeDisconnectedEvent
public abstract class NodeEvent extends DebugEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeEvent.ChildAddedEvent
static class
NodeEvent.NodeConnectedEvent
static class
NodeEvent.NodeDisconnectedEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
nodeId
-
Constructor Summary
Constructors Constructor Description NodeEvent(java.lang.String nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.lang.String
getNodeId()
int
hashCode()
-
Methods inherited from class org.opendaylight.genius.utils.hwvtep.DebugEvent
getEventTimeStamp
-
-