Class 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 Detail

      • PlaceGainFocusEvent

        public PlaceGainFocusEvent​(org.uberfire.mvp.PlaceRequest place)