Class SceneRefreshEvent

  • All Implemented Interfaces:
    IEvent

    public class SceneRefreshEvent
    extends Object
    implements IEvent
    An event which the scene sends to its component after refresh.
    • Constructor Detail

      • SceneRefreshEvent

        public SceneRefreshEvent​(Object lastFocusedObjectQuery)
        Creates an instance of the event.
        Parameters:
        lastFocusedObjectQuery - The query of the last focused component. May be null.
    • Method Detail

      • getLastFocusedComponent

        public Object getLastFocusedComponent()
        Returns the query for the scene current focused component. This query can be used to queue events to the component represented by this query using the scene.
        Returns:
        The query for last focused component. May be null.