Package arc.util

Interface Autosaver.Saveable

All Known Implementing Classes:
JsonSettings, MockSettings, Settings
Enclosing class:
Autosaver

public static interface Autosaver.Saveable
Defines a things that can be saved by the Autosaver.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    boolean
     
    Used for logging.
    void
     
  • Method Details

    • name

      String name()
      Used for logging.
    • modified

      boolean modified()
    • save

      void save()
    • forceSave

      default void forceSave()