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

@Deprecated @Generated("mdsal-binding-generator") public interface OpenflowProtocolListener extends org.opendaylight.yangtools.yang.binding.NotificationListener
Deprecated.
  • Method Details

    • onHelloMessage

      void onHelloMessage(HelloMessage notification)
      Deprecated.
    • onErrorMessage

      void onErrorMessage(ErrorMessage notification)
      Deprecated.
    • onEchoRequestMessage

      void onEchoRequestMessage(EchoRequestMessage notification)
      Deprecated.
    • onExperimenterMessage

      void onExperimenterMessage(ExperimenterMessage notification)
      Deprecated.
    • onPacketInMessage

      void onPacketInMessage(PacketInMessage notification)
      Deprecated.
    • onFlowRemovedMessage

      void onFlowRemovedMessage(FlowRemovedMessage notification)
      Deprecated.
    • onPortStatusMessage

      void onPortStatusMessage(PortStatusMessage notification)
      Deprecated.
    • onMultipartReplyMessage

      void onMultipartReplyMessage(MultipartReplyMessage notification)
      Deprecated.