Package org.opendaylight.graph.impl
Class GraphListener
java.lang.Object
org.opendaylight.graph.impl.GraphListener
- All Implemented Interfaces:
 AutoCloseable,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
ConstructorsConstructorDescriptionGraphListener(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ConnectedGraphProvider provider)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close this Listener.voidonDataTreeChanged(List<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, waitMethods 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:
 closein interfaceAutoCloseable
 - 
onDataTreeChanged
public void onDataTreeChanged(List<org.opendaylight.mdsal.binding.api.DataTreeModification<Graph>> changes) - Specified by:
 onDataTreeChangedin interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<Graph>
 
 -