public interface ChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyEvent(String graphURI,
Object event)
Override this to listen to events pertaining to the given graphURI.
|
void |
notifyModelChange(ModelChange modelChange)
Override this to listen to each model change
|
void notifyModelChange(ModelChange modelChange)
modelChange - - the object representing the model changeCopyright © 2021. All rights reserved.