| org.ontoware.rdf2go.model.NotifyingModelSet
All known Subclasses: org.ontoware.rdf2go.model.impl.NotifyingModelSetLayer,
NotifyingModelSet | public interface NotifyingModelSet (Code) | | A ModelSet 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.
author: sauermann author: voelkel |
addModelSetChangedListener | public void addModelSetChangedListener(ModelChangedListener listener, QuadPattern pattern)(Code) | | Parameters: listener - Parameters: pattern - all add or remove statement events matching the pattern willbe send to the listener. Updates are always send. |
|
|