public class FlowEventListenerLoggingImpl extends Object implements SalFlowListener
Constructor and Description |
---|
FlowEventListenerLoggingImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onFlowAdded(FlowAdded notification) |
void |
onFlowRemoved(FlowRemoved notification) |
void |
onFlowUpdated(FlowUpdated notification) |
void |
onNodeErrorNotification(NodeErrorNotification notification) |
void |
onNodeExperimenterErrorNotification(NodeExperimenterErrorNotification notification) |
void |
onSwitchFlowRemoved(SwitchFlowRemoved notification) |
public void onFlowAdded(FlowAdded notification)
onFlowAdded
in interface SalFlowListener
public void onFlowRemoved(FlowRemoved notification)
onFlowRemoved
in interface SalFlowListener
public void onFlowUpdated(FlowUpdated notification)
onFlowUpdated
in interface SalFlowListener
public void onNodeErrorNotification(NodeErrorNotification notification)
onNodeErrorNotification
in interface SalFlowListener
public void onNodeExperimenterErrorNotification(NodeExperimenterErrorNotification notification)
onNodeExperimenterErrorNotification
in interface SalFlowListener
public void onSwitchFlowRemoved(SwitchFlowRemoved notification)
onSwitchFlowRemoved
in interface SalFlowListener
Copyright © 2018 OpenDaylight. All rights reserved.