Class FocusEvent
- java.lang.Object
-
- de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
-
- de.hybris.platform.cockpit.events.impl.FocusEvent
-
- All Implemented Interfaces:
CockpitEvent
public class FocusEvent extends AbstractCockpitEvent
-
-
Constructor Summary
Constructors Constructor Description FocusEvent(java.lang.Object source, FocusablePerspectiveArea focusedArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FocusablePerspectiveAreagetFocusedArea()-
Methods inherited from class de.hybris.platform.cockpit.events.impl.AbstractCockpitEvent
getSource, toString
-
-
-
-
Constructor Detail
-
FocusEvent
public FocusEvent(java.lang.Object source, FocusablePerspectiveArea focusedArea)
-
-
Method Detail
-
getFocusedArea
public FocusablePerspectiveArea getFocusedArea()
-
-