public interface NetconfDeviceListener
| Modifier and Type | Method and Description |
|---|---|
void |
deviceAdded(org.onosproject.net.DeviceId deviceId)
Notifies that the device was added.
|
void |
deviceRemoved(org.onosproject.net.DeviceId deviceId)
Notifies that the device was removed.
|
void deviceAdded(org.onosproject.net.DeviceId deviceId)
deviceId - the device that was addedvoid deviceRemoved(org.onosproject.net.DeviceId deviceId)
deviceId - the device that was removed