Interface OdlMappingserviceListener

  • All Superinterfaces:
    java.util.EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener
    All Known Implementing Classes:
    MapServer

    public interface OdlMappingserviceListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module odl-mappingservice
     notification mapping-changed {
       leaf change-type {
         type mapping-change;
       }
       uses lisp-proto:mapping-record-container;
       uses lisp-proto:eid-container;
       list subscriber-item {
         uses lisp-proto:subscriber-data-grouping;
       }
       list dst-subscriber-item {
         uses lisp-proto:subscriber-data-grouping;
       }
     }
     
    • Method Detail

      • onMappingChanged

        void onMappingChanged​(MappingChanged notification)
        Notification sent when a mapping is changed