Class GraphListenerBatchBase

java.lang.Object
org.aksw.jena_sparql_api.update.GraphListenerBatchBase
All Implemented Interfaces:
org.apache.jena.graph.GraphListener

public abstract class GraphListenerBatchBase extends Object implements org.apache.jena.graph.GraphListener
  • Constructor Details

    • GraphListenerBatchBase

      public GraphListenerBatchBase()
  • Method Details

    • addEvent

      protected abstract void addEvent(org.apache.jena.graph.Graph g, Iterator<org.apache.jena.graph.Triple> it)
    • deleteEvent

      protected abstract void deleteEvent(org.apache.jena.graph.Graph g, Iterator<org.apache.jena.graph.Triple> it)
    • addEvent

      public void addEvent(org.apache.jena.graph.Graph g, Iterable<org.apache.jena.graph.Triple> items)
    • deleteEvent

      public void deleteEvent(org.apache.jena.graph.Graph g, Iterable<org.apache.jena.graph.Triple> items)
    • notifyAddTriple

      public void notifyAddTriple(org.apache.jena.graph.Graph g, org.apache.jena.graph.Triple t)
      Specified by:
      notifyAddTriple in interface org.apache.jena.graph.GraphListener
    • notifyAddArray

      public void notifyAddArray(org.apache.jena.graph.Graph g, org.apache.jena.graph.Triple[] triples)
      Specified by:
      notifyAddArray in interface org.apache.jena.graph.GraphListener
    • notifyAddList

      public void notifyAddList(org.apache.jena.graph.Graph g, List<org.apache.jena.graph.Triple> triples)
      Specified by:
      notifyAddList in interface org.apache.jena.graph.GraphListener
    • notifyAddIterator

      public void notifyAddIterator(org.apache.jena.graph.Graph g, Iterator<org.apache.jena.graph.Triple> it)
      Specified by:
      notifyAddIterator in interface org.apache.jena.graph.GraphListener
    • notifyAddGraph

      public void notifyAddGraph(org.apache.jena.graph.Graph g, org.apache.jena.graph.Graph added)
      Specified by:
      notifyAddGraph in interface org.apache.jena.graph.GraphListener
    • notifyDeleteTriple

      public void notifyDeleteTriple(org.apache.jena.graph.Graph g, org.apache.jena.graph.Triple t)
      Specified by:
      notifyDeleteTriple in interface org.apache.jena.graph.GraphListener
    • notifyDeleteList

      public void notifyDeleteList(org.apache.jena.graph.Graph g, List<org.apache.jena.graph.Triple> triples)
      Specified by:
      notifyDeleteList in interface org.apache.jena.graph.GraphListener
    • notifyDeleteArray

      public void notifyDeleteArray(org.apache.jena.graph.Graph g, org.apache.jena.graph.Triple[] triples)
      Specified by:
      notifyDeleteArray in interface org.apache.jena.graph.GraphListener
    • notifyDeleteIterator

      public void notifyDeleteIterator(org.apache.jena.graph.Graph g, Iterator<org.apache.jena.graph.Triple> it)
      Specified by:
      notifyDeleteIterator in interface org.apache.jena.graph.GraphListener
    • notifyDeleteGraph

      public void notifyDeleteGraph(org.apache.jena.graph.Graph g, org.apache.jena.graph.Graph removed)
      Specified by:
      notifyDeleteGraph in interface org.apache.jena.graph.GraphListener
    • notifyEvent

      public void notifyEvent(org.apache.jena.graph.Graph source, Object value)
      Specified by:
      notifyEvent in interface org.apache.jena.graph.GraphListener