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
-
Method Details
-
name
String name()Used for logging. -
modified
boolean modified() -
save
void save() -
forceSave
default void forceSave()
-