Class 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 Detail

      • RestoreStateEvent

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

      • getState

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