Package com._1c.g5.aef2.events
Class RestoreStateEvent
java.lang.Object
com._1c.g5.aef2.events.RestoreStateEvent
- All Implemented Interfaces:
IEvent
The restore state event. It is addressed from Scene to concrete view to restore its state after refreshing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RestoreStateEvent
Creates a new event.- Parameters:
state
- the state, cannot benull
.
-
-
Method Details
-
getState
Returns the state.- Returns:
- the state, never
null
.
-