public abstract class GraphListenerBase extends Object implements GraphListener
| Constructor and Description |
|---|
GraphListenerBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
public void notifyAddTriple(Graph g, Triple t)
notifyAddTriple in interface GraphListenerpublic void notifyAddArray(Graph g, Triple[] triples)
notifyAddArray in interface GraphListenerpublic void notifyAddList(Graph g, List<Triple> triples)
notifyAddList in interface GraphListenerpublic void notifyAddIterator(Graph g, Iterator<Triple> it)
notifyAddIterator in interface GraphListenerpublic void notifyAddGraph(Graph g, Graph added)
notifyAddGraph in interface GraphListenerpublic void notifyDeleteTriple(Graph g, Triple t)
notifyDeleteTriple in interface GraphListenerpublic void notifyDeleteList(Graph g, List<Triple> triples)
notifyDeleteList in interface GraphListenerpublic void notifyDeleteArray(Graph g, Triple[] triples)
notifyDeleteArray in interface GraphListenerpublic void notifyDeleteIterator(Graph g, Iterator<Triple> it)
notifyDeleteIterator in interface GraphListenerpublic void notifyDeleteGraph(Graph g, Graph removed)
notifyDeleteGraph in interface GraphListenerpublic void notifyEvent(Graph source, Object value)
notifyEvent in interface GraphListenerLicenced under the Apache License, Version 2.0