Interface PcepMessageListener

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

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

      • onOpen

        void onOpen​(Open notification)
      • onKeepalive

        void onKeepalive​(Keepalive notification)
      • onPcreq

        void onPcreq​(Pcreq notification)
      • onPcrep

        void onPcrep​(Pcrep notification)
      • onPcntf

        void onPcntf​(Pcntf notification)
      • onPcerr

        void onPcerr​(Pcerr notification)
      • onClose

        void onClose​(Close notification)
      • onStarttls

        void onStarttls​(Starttls notification)
      • onPcmonreq

        void onPcmonreq​(Pcmonreq notification)
      • onPcmonrep

        void onPcmonrep​(Pcmonrep notification)