public interface ModelObserver<T_ModelEvent extends ModelEvent>
ModelObserver defines a listener interface for Model.| Modifier and Type | Method and Description |
|---|---|
void |
onModelChanged(T_ModelEvent event)
Invoked when the observer
Model has changed as specified by the given ModelEvent. |
void onModelChanged(T_ModelEvent event)
Model has changed as specified by the given ModelEvent.event - A ModelEvent.