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

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

    Modifier and Type
    Method
    Description
    void
    onKeepalive(Keepalive notification)
    Deprecated.
     
    void
    onNotify(Notify notification)
    Deprecated.
     
    void
    onOpen(Open notification)
    Deprecated.
     
    void
    onUpdate(Update notification)
    Deprecated.
     
  • Method Details

    • onOpen

      void onOpen(Open notification)
      Deprecated.
    • onUpdate

      void onUpdate(Update notification)
      Deprecated.
    • onKeepalive

      void onKeepalive(Keepalive notification)
      Deprecated.
    • onNotify

      void onNotify(Notify notification)
      Deprecated.