Package org.onosproject.netconf
Interface NetconfDeviceListener
-
public interface NetconfDeviceListenerAllows for providers interested in node events to be notified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeviceAdded(org.onosproject.net.DeviceId deviceId)Notifies that the device was added.voiddeviceRemoved(org.onosproject.net.DeviceId deviceId)Notifies that the device was removed.
-
-
-
Method Detail
-
deviceAdded
void deviceAdded(org.onosproject.net.DeviceId deviceId)
Notifies that the device was added.- Parameters:
deviceId- the device that was added
-
deviceRemoved
void deviceRemoved(org.onosproject.net.DeviceId deviceId)
Notifies that the device was removed.- Parameters:
deviceId- the device that was removed
-
-