Package org.omegat.core.threads
Interface IAutoSave
-
- All Known Implementing Classes:
SaveThread
public interface IAutoSave
Interface for support project autosaving.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
Disable autosaving.void
enable()
Enable autosaving.
-