|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDataListener
A data listener receives notifications of statement insertions and deletions.
| Method Summary | |
|---|---|
void |
handleDelete(IResourceNode graph,
IResourceNode subject,
IResourceNode predicate,
INode object)
Notification that the given statement has been deleted. |
void |
handleInsert(IResourceNode graph,
IResourceNode subject,
IResourceNode predicate,
INode object)
Notification that the given statement has been inserted. |
| Method Detail |
|---|
void handleInsert(IResourceNode graph,
IResourceNode subject,
IResourceNode predicate,
INode object)
graph - the graphsubject - the subjectpredicate - the predicateobject - the object
void handleDelete(IResourceNode graph,
IResourceNode subject,
IResourceNode predicate,
INode object)
graph - the graphsubject - the subjectpredicate - the predicateobject - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||