Interface IAutoSave

  • All Known Implementing Classes:
    SaveThread

    public interface IAutoSave
    Interface for support project autosaving.
    • Method Detail

      • disable

        void disable()
        Disable autosaving. Required when project loading or saving time. When project closed, autosaving also disabled.
      • enable

        void enable()
        Enable autosaving.