Interface BgpMessageListener

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

    @Generated("mdsal-binding-generator")
    public interface BgpMessageListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    • Method Detail

      • onOpen

        void onOpen​(Open notification)
      • onUpdate

        void onUpdate​(Update notification)
      • onKeepalive

        void onKeepalive​(Keepalive notification)
      • onNotify

        void onNotify​(Notify notification)