Package com._1c.g5.aef2.events
Class SceneRefreshEvent
java.lang.Object
com._1c.g5.aef2.events.SceneRefreshEvent
- All Implemented Interfaces:
IEvent
An event which the scene sends to its component after refresh.
-
Constructor Summary
ConstructorsConstructorDescriptionSceneRefreshEvent
(Object lastFocusedObjectQuery) Creates an instance of the event. -
Method Summary
Modifier and TypeMethodDescriptionReturns the query for the scene current focused component.
-
Constructor Details
-
SceneRefreshEvent
Creates an instance of the event.- Parameters:
lastFocusedObjectQuery
- The query of the last focused component. May benull
.
-
-
Method Details
-
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
.
-