public interface PcepSwitchListener
| Modifier and Type | Method and Description |
|---|---|
void |
switchAdded(PcepDpid dpid)
Notify that the switch was added.
|
void |
switchChanged(PcepDpid dpid)
Notify that the switch has changed in some way.
|
void |
switchRemoved(PcepDpid dpid)
Notify that the switch was removed.
|
void switchAdded(PcepDpid dpid)
dpid - the switch where the event occurredvoid switchRemoved(PcepDpid dpid)
dpid - the switch where the event occurred.void switchChanged(PcepDpid dpid)
dpid - the switch that changed