Interface OdlLispProtoListener

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

    @Generated("mdsal-binding-generator")
    public interface OdlLispProtoListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module odl-lisp-proto
     notification addMapping {
       uses MapRegisterNotification;
     }
     notification gotMapNotify {
       uses MapNotifyNotification;
     }
     notification requestMapping {
       uses MapRequestNotification;
     }
     notification gotMapReply {
       uses MapReplyNotification;
     }
     notification xtrRequestMapping {
       uses MapRequestNotification;
     }
     notification xtrReplyMapping {
       uses MapReplyNotification;
     }
     notification mappingKeepAlive {
       uses map-register-cache-metadata-container;
     }
     
    • Method Detail

      • onAddMapping

        void onAddMapping​(AddMapping notification)
      • onGotMapNotify

        void onGotMapNotify​(GotMapNotify notification)
      • onRequestMapping

        void onRequestMapping​(RequestMapping notification)
      • onGotMapReply

        void onGotMapReply​(GotMapReply notification)
      • onXtrReplyMapping

        void onXtrReplyMapping​(XtrReplyMapping notification)
      • onMappingKeepAlive

        void onMappingKeepAlive​(MappingKeepAlive notification)