Interface SalPortListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener

    public interface SalPortListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module sal-port
     notification port-updated {
       status deprecated;
       uses port-update;
       uses tr:transaction-aware;
     }
     notification port-removed {
       status deprecated;
       uses node-port;
     }
     
    • Method Detail

      • onPortUpdated

        void onPortUpdated​(PortUpdated notification)
      • onPortRemoved

        void onPortRemoved​(PortRemoved notification)