Interface NetconfDeviceListener


  • public interface NetconfDeviceListener
    Allows for providers interested in node events to be notified.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
    • 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