public interface WidgetModelListener
WidgetModels in order to be
notified when a model's state has been changed.
All Widgets implement this interface.WidgetModel,
Widget| Modifier and Type | Method and Description |
|---|---|
void |
onModelEvent(WidgetModelEvent modelEvent)
Called by a widget model when its state has changed (assuming this listener has been registered with the model).
|
void onModelEvent(WidgetModelEvent modelEvent)
modelEvent - model eventCopyright © 2017 SAP SE. All Rights Reserved.