org.ontoware.rdf2go.model
Interface ModelChangedListener
public interface ModelChangedListener
A listener that gets informed when model change operations are executed.
This is intentionally simple, no Event objects are passed to make
this interface as simple as possible.
The implementations don't guarantee that you are informed when
statements are added or removed, but they should do.
If an implementation does not support listening in the native model,
you will get notified by the RDF2Go wrapper, if the manipulations
are invoked via the wrapper.
- Author:
- sauermann
addedStatement
void addedStatement(Statement statement)
addedStatements
void addedStatements(java.util.Iterator<? extends Statement> statements)
removedStatement
void removedStatement(Statement statement)
removedStatements
void removedStatements(java.util.Iterator<? extends Statement> statements)
performedUpdate
void performedUpdate(DiffReader diff)
performedUpdate
@Deprecated
void performedUpdate(Diff diff)
- Deprecated.
Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.