Interface OpenflowProtocolListener

  • All Superinterfaces:
    EventListener, org.opendaylight.yangtools.yang.binding.NotificationListener
    All Known Subinterfaces:
    OpenflowMessageListenerFacade
    All Known Implementing Classes:
    OpenflowProtocolListenerFullImpl, OpenflowProtocolListenerInitialImpl

    @Generated("mdsal-binding-generator")
    public interface OpenflowProtocolListener
    extends org.opendaylight.yangtools.yang.binding.NotificationListener
    Interface for implementing the following YANG notifications defined in module openflow-protocol
     notification hello-message {
       uses hello;
     }
     notification error-message {
       uses error;
     }
     notification echo-request-message {
       uses echo-request;
     }
     notification experimenter-message {
       uses experimenter-of-message;
     }
     notification packet-in-message {
       uses packet-in;
     }
     notification flow-removed-message {
       uses flow-removed;
     }
     notification port-status-message {
       uses port-status;
     }
     notification multipart-reply-message {
       uses multipart-reply;
     }