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
    • 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)