Interface OdlPcepIetfStatefulListener

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

    @Generated("mdsal-binding-generator")
    public interface OdlPcepIetfStatefulListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module odl-pcep-ietf-stateful
     notification pcupd {
       uses pcupd-message;
     }
     notification pcrpt {
       uses pcrpt-message;
     }
     
    • Method Detail

      • onPcupd

        void onPcupd​(Pcupd notification)
      • onPcrpt

        void onPcrpt​(Pcrpt notification)