Package com._1c.g5.aef2.events
Class SceneRefreshEvent
- java.lang.Object
-
- com._1c.g5.aef2.events.SceneRefreshEvent
-
-
Constructor Summary
Constructors Constructor Description SceneRefreshEvent(Object lastFocusedObjectQuery)
Creates an instance of the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getLastFocusedComponent()
Returns the query for the scene current focused component.
-
-
-
Constructor Detail
-
SceneRefreshEvent
public SceneRefreshEvent(Object lastFocusedObjectQuery)
Creates an instance of the event.- Parameters:
lastFocusedObjectQuery
- The query of the last focused component. May benull
.
-
-
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
.
-
-