-
public interface IModelChangedHandlerImplement IModelChangedHandler and subscribe implementation via Model.subscribe to be notified when the Model has changed.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonChanged(ModelChangedArgs args, String tag)Called when the subscribed model has been changed. -
-
Method Detail
-
onChanged
abstract Unit onChanged(ModelChangedArgs args, String tag)
Called when the subscribed model has been changed.
- Parameters:
args- Information related to what has changed.tag- The tag which identifies how/why the model was changed.
-
-
-
-