Interface IWorkspaceStateManager


  • public interface IWorkspaceStateManager
    Workspace state manager.
    • Method Detail

      • requestStateSave

        void requestStateSave()
        Requests workspace state saving. Note that an invocation of this method raises the internal flag indicating that it is necessary to save the workspace state, but does not start saving.
      • scheduleStateSaveIfNecessary

        void scheduleStateSaveIfNecessary()
        Schedules a job saving the workspace state if it is necessary (e.g. saving has been requested explicitly through calling requestStateSave method or the last saved state is expired).