Package org.opendaylight.graph.impl
Class GraphListener
java.lang.Object
org.opendaylight.graph.impl.GraphListener
- All Implemented Interfaces:
AutoCloseable
,EventListener
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<Graph>
@Singleton
public final class GraphListener
extends Object
implements org.opendaylight.mdsal.binding.api.DataTreeChangeListener<Graph>, AutoCloseable
This Class Implements the DataStoreService interface providing the methods required to manage the network
representation elements in the Data Store.
- Author:
- Olivier Dugeon, Philippe Niger
-
Constructor Summary
ConstructorDescriptionGraphListener
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ConnectedGraphProvider provider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close this Listener.void
onDataTreeChanged
(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Graph>> changes) 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
-
GraphListener
@Inject public GraphListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ConnectedGraphProvider provider)
-
-
Method Details
-
close
@PreDestroy public void close()Close this Listener.- Specified by:
close
in interfaceAutoCloseable
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Graph>> changes) - Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<Graph>
-