Class TerminationPointChangeListenerImpl
java.lang.Object
org.opendaylight.openflowplugin.applications.topology.manager.DataTreeChangeListenerImpl<FlowCapableNodeConnector>
org.opendaylight.openflowplugin.applications.topology.manager.TerminationPointChangeListenerImpl
- All Implemented Interfaces:
AutoCloseable
,EventListener
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<FlowCapableNodeConnector>
@Singleton
public class TerminationPointChangeListenerImpl
extends DataTreeChangeListenerImpl<FlowCapableNodeConnector>
-
Field Summary
Fields inherited from class org.opendaylight.openflowplugin.applications.topology.manager.DataTreeChangeListenerImpl
listenerRegistration, operationProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionTerminationPointChangeListenerImpl
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, OperationProcessor operationProcessor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
onDataTreeChanged
(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNodeConnector>> modifications) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData
-
Constructor Details
-
TerminationPointChangeListenerImpl
@Inject public TerminationPointChangeListenerImpl(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, OperationProcessor operationProcessor)
-
-
Method Details
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<FlowCapableNodeConnector>> modifications) -
close
@PreDestroy public void close()- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classDataTreeChangeListenerImpl<FlowCapableNodeConnector>
-