Class FlowEventListenerLoggingImpl
java.lang.Object
org.opendaylight.openflowplugin.test.FlowEventListenerLoggingImpl
- All Implemented Interfaces:
EventListener
,SalFlowListener
,org.opendaylight.yangtools.yang.binding.NotificationListener
Dummy implementation flushing events into log.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onFlowAdded
(FlowAdded notification) Deprecated.void
onFlowRemoved
(FlowRemoved notification) Deprecated.void
onFlowUpdated
(FlowUpdated notification) Deprecated.void
onNodeErrorNotification
(NodeErrorNotification notification) Deprecated.void
Deprecated.void
onSwitchFlowRemoved
(SwitchFlowRemoved notification) Deprecated.
-
Constructor Details
-
FlowEventListenerLoggingImpl
public FlowEventListenerLoggingImpl()
-
-
Method Details
-
onFlowAdded
Deprecated.- Specified by:
onFlowAdded
in interfaceSalFlowListener
-
onFlowRemoved
Deprecated.- Specified by:
onFlowRemoved
in interfaceSalFlowListener
-
onFlowUpdated
Deprecated.- Specified by:
onFlowUpdated
in interfaceSalFlowListener
-
onNodeErrorNotification
Deprecated.- Specified by:
onNodeErrorNotification
in interfaceSalFlowListener
-
onNodeExperimenterErrorNotification
@Deprecated public void onNodeExperimenterErrorNotification(NodeExperimenterErrorNotification notification) Deprecated.- Specified by:
onNodeExperimenterErrorNotification
in interfaceSalFlowListener
-
onSwitchFlowRemoved
Deprecated.- Specified by:
onSwitchFlowRemoved
in interfaceSalFlowListener
-