Uses of Class
de.hybris.platform.cockpit.widgets.events.WidgetModelEvent
-
Packages that use WidgetModelEvent Package Description de.hybris.platform.cockpit.widgets.events de.hybris.platform.cockpit.widgets.impl de.hybris.platform.cockpit.widgets.models.impl -
-
Uses of WidgetModelEvent in de.hybris.platform.cockpit.widgets.events
Methods in de.hybris.platform.cockpit.widgets.events with parameters of type WidgetModelEvent Modifier and Type Method Description voidWidgetModelListener. onModelEvent(WidgetModelEvent modelEvent)Called by a widget model when its state has changed (assuming this listener has been registered with the model). -
Uses of WidgetModelEvent in de.hybris.platform.cockpit.widgets.impl
Methods in de.hybris.platform.cockpit.widgets.impl with parameters of type WidgetModelEvent Modifier and Type Method Description voidDefaultWidget. onModelEvent(WidgetModelEvent widgetEvent) -
Uses of WidgetModelEvent in de.hybris.platform.cockpit.widgets.models.impl
Methods in de.hybris.platform.cockpit.widgets.models.impl with parameters of type WidgetModelEvent Modifier and Type Method Description protected voidAbstractWidgetModel. notifyListeners(WidgetModelEvent event)
-