Class WidgetEvent
java.lang.Object
de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
de.hybris.platform.cockpit.widgets.events.WidgetEvent
- All Implemented Interfaces:
CockpitEvent
A
WidgetEvent is an event used by the Cockpit Widget Framework.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWidgetEvent(Object source, String context) Creates a new widget event with the specified event source and context code. -
Method Summary
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
Constructor Details
-
WidgetEvent
Creates a new widget event with the specified event source and context code.- Parameters:
source- event sourcecontext- event context code
-
-
Method Details
-
getContext
Returns the event context of this event.- Returns:
- event context
-