|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChangeListener
An interface for listening to triples that are added to or removed from the triple store, and other miscellaneous events.
Method Summary | |
---|---|
void |
addedStatement(java.lang.String serializedTriple,
java.lang.String graphURI)
Override this to listen to all statements added to the RDF store. |
void |
notifyEvent(java.lang.String graphURI,
java.lang.Object event)
Override this to listen to events pertaining to the given graphURI. |
void |
removedStatement(java.lang.String serializedTriple,
java.lang.String graphURI)
Override this to listen to all statements removed from the RDF store. |
Method Detail |
---|
void addedStatement(java.lang.String serializedTriple, java.lang.String graphURI)
serializedTriple
- - the added statement in n3 formatgraphURI
- - the graph to which the statement was addedvoid removedStatement(java.lang.String serializedTriple, java.lang.String graphURI)
serializedTriple
- - the removed statement in n3 formatgraphURI
- - the graph from which the statement was removedvoid notifyEvent(java.lang.String graphURI, java.lang.Object event)
graphURI
- - the graph to which the event pertainsevent
- - the event that occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |