Class AutoSave


  • public class AutoSave
    extends java.lang.Object
    Auto Save. When enabled will automatically save operation files.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.Thread autoSave  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoSave()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void start()  
      static void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • autoSave

        static java.lang.Thread autoSave
    • Method Detail

      • start

        public static void start()
      • stop

        public static void stop()