Class RestoreFocusEvent

  • All Implemented Interfaces:
    IClientEvent, IEvent

    public class RestoreFocusEvent
    extends ClientEvent
    Event that should focus the last focused component (if it was stored by the scene) or the component defined by a query if no previously focused component was found.
    • Constructor Detail

      • RestoreFocusEvent

        public RestoreFocusEvent​(boolean async)
        Constructs a scene smart focus event.
        Parameters:
        async - true if the event should be queued asynchronously