Interface OdlPcepIetfStateful07Listener

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

    public interface OdlPcepIetfStateful07Listener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module odl-pcep-ietf-stateful07
     notification pcupd {
       uses pcupd-message;
     }
     notification pcrpt {
       uses pcrpt-message;
     }
     
    • Method Detail

      • onPcupd

        void onPcupd​(Pcupd notification)
      • onPcrpt

        void onPcrpt​(Pcrpt notification)