public interface TopologyListener
Modifier and Type | Method and Description |
---|---|
void |
onNodeAdded(Node node)
Notifies the underlying listener that a node has been added to the
topology.
|
void |
onNodeRemoved(Node node)
Notifies the underlying listener that a node has been removed to the
topology.
|
void onNodeAdded(Node node)
node
- The added node.void onNodeRemoved(Node node)
node
- The removed node.