Class RestoreStateEvent

java.lang.Object
com._1c.g5.aef2.events.RestoreStateEvent
All Implemented Interfaces:
IEvent

public class RestoreStateEvent extends Object implements IEvent
The restore state event. It is addressed from Scene to concrete view to restore its state after refreshing.
  • Constructor Details

    • RestoreStateEvent

      public RestoreStateEvent(IState state)
      Creates a new event.
      Parameters:
      state - the state, cannot be null.
  • Method Details

    • getState

      public IState getState()
      Returns the state.
      Returns:
      the state, never null.