Class WidgetEvent
- java.lang.Object
-
- de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
-
- de.hybris.platform.cockpit.widgets.events.WidgetEvent
-
- All Implemented Interfaces:
CockpitEvent
public class WidgetEvent extends AbstractCockpitEvent
AWidgetEventis an event used by the Cockpit Widget Framework.- See Also:
WidgetController
-
-
Constructor Summary
Constructors Constructor Description WidgetEvent(java.lang.Object source, java.lang.String context)Creates a new widget event with the specified event source and context code.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContext()Returns the event context of this event.-
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
-