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 classNodeEvent.ChildAddedEventstatic classNodeEvent.NodeConnectedEventstatic classNodeEvent.NodeDisconnectedEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringnodeId
-
Constructor Summary
Constructors Constructor Description NodeEvent(java.lang.String nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetNodeId()inthashCode()-
Methods inherited from class org.opendaylight.genius.utils.hwvtep.DebugEvent
getEventTimeStamp
-
-