Interface ChangeListener
-
- All Known Implementing Classes:
SimpleReasoner
public interface ChangeListenerAn interface for listening to triples that are added to or removed from the triple store, and other miscellaneous events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyEvent(String graphURI, Object event)Override this to listen to events pertaining to the given graphURI.voidnotifyModelChange(ModelChange modelChange)Override this to listen to each model change
-
-
-
Method Detail
-
notifyModelChange
void notifyModelChange(ModelChange modelChange)
Override this to listen to each model change- Parameters:
modelChange- - the object representing the model change
-
-