Interface L3UnicastIgpTopologyListener

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

    @Generated("mdsal-binding-generator")
    public interface L3UnicastIgpTopologyListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module l3-unicast-igp-topology
     notification igp-node-event {
       leaf igp-event-type {
         type igp-event-type;
       }
       leaf topology-ref {
         type nt:topology-ref;
       }
       uses l3-unicast-igp-topology-type;
       uses nt:node-attributes;
       uses igp-node-attributes;
     }
     notification igp-link-event {
       leaf igp-event-type {
         type igp-event-type;
       }
       leaf topology-ref {
         type nt:topology-ref;
       }
       uses l3-unicast-igp-topology-type;
       uses nt:link-attributes;
       uses igp-link-attributes;
     }
     notification igp-prefix-event {
       leaf igp-event-type {
         type igp-event-type;
       }
       leaf topology-ref {
         type nt:topology-ref;
       }
       leaf node-ref {
         type nt:node-ref;
       }
       uses l3-unicast-igp-topology-type;
       container prefix {
         uses igp-prefix-attributes;
       }
     }
     notification termination-point-event {
       leaf igp-event-type {
         type igp-event-type;
       }
       leaf topology-ref {
         type nt:topology-ref;
       }
       leaf node-ref {
         type nt:node-ref;
       }
       uses l3-unicast-igp-topology-type;
       uses nt:tp-attributes;
       uses igp-termination-point-attributes;
     }