Interface SalFlowListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener
    All Known Implementing Classes:
    FlowEventListenerLoggingImpl

    public interface SalFlowListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module sal-flow
     notification flow-added {
       status deprecated;
       uses tr:transaction-metadata;
       leaf flow-ref {
         type types:flow-ref;
       }
       uses node-flow;
       uses tr:transaction-aware;
     }
     notification flow-updated {
       status deprecated;
       uses tr:transaction-metadata;
       leaf flow-ref {
         type types:flow-ref;
       }
       uses node-flow;
       uses tr:transaction-aware;
     }
     notification flow-removed {
       status deprecated;
       uses tr:transaction-metadata;
       leaf flow-ref {
         type types:flow-ref;
       }
       leaf reason {
         type types:removed-flow-reason;
       }
       uses node-flow;
       uses tr:transaction-aware;
     }
     notification switch-flow-removed {
       status deprecated;
       uses node-flow-removed;
     }
     notification node-error-notification {
       status deprecated;
       uses error:error-message;
       uses tr:transaction-aware;
       uses tr:transaction-metadata;
       uses node-error-reference;
       uses base-node-error-notification;
     }
     notification node-experimenter-error-notification {
       status deprecated;
       uses error:experimenter-error-message;
       uses tr:transaction-aware;
     }