java.lang.Object
org.apache.jena.sparql.util.graph.GraphListenerBase
- All Implemented Interfaces:
GraphListener
- Direct Known Subclasses:
GraphListenerCounter
Convert the full, wide GraphListener interface into something more specific to loading
including flagging the start and finish of a load operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyAddArray
(Graph g, Triple[] triples) void
notifyAddGraph
(Graph g, Graph added) void
notifyAddIterator
(Graph g, Iterator<Triple> it) void
notifyAddList
(Graph g, List<Triple> triples) void
notifyAddTriple
(Graph g, Triple t) void
notifyDeleteArray
(Graph g, Triple[] triples) void
notifyDeleteGraph
(Graph g, Graph removed) void
notifyDeleteIterator
(Graph g, Iterator<Triple> it) void
notifyDeleteList
(Graph g, List<Triple> triples) void
notifyDeleteTriple
(Graph g, Triple t) void
notifyEvent
(Graph source, Object value)
-
Constructor Details
-
GraphListenerBase
public GraphListenerBase()
-
-
Method Details
-
notifyAddTriple
- Specified by:
notifyAddTriple
in interfaceGraphListener
-
notifyAddArray
- Specified by:
notifyAddArray
in interfaceGraphListener
-
notifyAddList
- Specified by:
notifyAddList
in interfaceGraphListener
-
notifyAddIterator
- Specified by:
notifyAddIterator
in interfaceGraphListener
-
notifyAddGraph
- Specified by:
notifyAddGraph
in interfaceGraphListener
-
notifyDeleteTriple
- Specified by:
notifyDeleteTriple
in interfaceGraphListener
-
notifyDeleteList
- Specified by:
notifyDeleteList
in interfaceGraphListener
-
notifyDeleteArray
- Specified by:
notifyDeleteArray
in interfaceGraphListener
-
notifyDeleteIterator
- Specified by:
notifyDeleteIterator
in interfaceGraphListener
-
notifyDeleteGraph
- Specified by:
notifyDeleteGraph
in interfaceGraphListener
-
notifyEvent
- Specified by:
notifyEvent
in interfaceGraphListener
-