Interface ProgrammingListener

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

    @Generated("mdsal-binding-generator")
    public interface ProgrammingListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module programming
     notification instruction-status-changed {
       leaf id {
         type instruction-id;
       }
       leaf status {
         type instruction-status;
       }
       container details {
         leaf-list unmet-dependencies {
           when "../../status = cancelled";
           type instruction-id;
         }
       }
     }