Class DatasetGraphTextMonitor

java.lang.Object
org.apache.jena.sparql.core.DatasetGraphWrapper
org.apache.jena.query.text.changes.DatasetGraphTextMonitor
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, DatasetGraph, Transactional
Direct Known Subclasses:
DatasetGraphText

public class DatasetGraphTextMonitor extends DatasetGraphWrapper
Connect a DatasetGraph to a DatasetChanges monitor. Any add or delete to the DatasetGraph is notified to the monitoring object with a TextQuadAction to indicate the change made.