Class DatasetGraphMonitor

java.lang.Object
org.apache.jena.sparql.core.DatasetGraphWrapper
org.apache.jena.sparql.core.DatasetGraphMonitor
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, DatasetGraph, Transactional

@Deprecated public class DatasetGraphMonitor extends DatasetGraphWrapper
Deprecated.
Do not use. This class does not reflect transactions.
Connect a DatasetGraph to a DatasetChanges monitor. Any add or delete to the DatasetGraph is notified to the monitoring object with a QuadAction to indicate the change made.