public interface OvsdbNodeListener
| Modifier and Type | Method and Description |
|---|---|
void |
nodeAdded(OvsdbNodeId nodeId)
Notifies that the node was added.
|
void |
nodeRemoved(OvsdbNodeId nodeId)
Notifies that the node was removed.
|
void nodeAdded(OvsdbNodeId nodeId)
nodeId - the node where the event occurredvoid nodeRemoved(OvsdbNodeId nodeId)
nodeId - the node where the event occurred