Interface DatasetListener

All Known Implementing Classes:
DatasetListenerSink, DatasetListenerTrack

public interface DatasetListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPreModify(org.aksw.commons.collections.diff.Diff<Set<org.apache.jena.sparql.core.Quad>> diff, UpdateContext updateContext)
    Event notifying about a modification to an RDF dataset, i.e.
  • Method Details

    • onPreModify

      void onPreModify(org.aksw.commons.collections.diff.Diff<Set<org.apache.jena.sparql.core.Quad>> diff, UpdateContext updateContext)
      Event notifying about a modification to an RDF dataset, i.e. a set of quads being added or removed.
      Parameters:
      diff -