public interface ModelChangeListener
Listener for changes in model data. This listener is notified when some of the data in model changes, as a result of controller execution.
Modifier and Type | Method and Description |
---|---|
void |
modelChanged(Map<String,Object> modelData)
Notifies listener that model data has changed.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.