Class PlaceGainFocusEvent
- java.lang.Object
-
- org.uberfire.client.workbench.events.AbstractPlaceEvent
-
- org.uberfire.client.workbench.events.PlaceGainFocusEvent
-
- All Implemented Interfaces:
org.uberfire.workbench.events.UberFireEvent
public class PlaceGainFocusEvent extends AbstractPlaceEvent
A CDI event fired by the framework each time a workbench screen or editor is selected within a panel. Application code may observe and react to this event, but must not fire the event.
-
-
Constructor Summary
Constructors Constructor Description PlaceGainFocusEvent(org.uberfire.mvp.PlaceRequest place)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.uberfire.client.workbench.events.AbstractPlaceEvent
getPlace
-
-