| org.ontoware.rdf2go.model.NotifyingModel
All known Subclasses: org.ontoware.rdf2go.model.impl.NotifyingModelLayer,
NotifyingModel | public interface NotifyingModel (Code) | | A Model that can notify listeners when triples are added or removed from the
model.
Note that not all models support listening, for example a model hosted on a
remote server may not support notifications of operations done on the model
to remote clients.
Reads from streams and readers are not detectable.
author: sauermann author: voelkel |
addModelChangedListener | public void addModelChangedListener(ModelChangedListener listener, TriplePattern pattern)(Code) | | Parameters: listener - Parameters: pattern - all add or remove statement events matching the pattern willbe send to the listener. Updates are always send. |
|
|