Package esmska.persistence
Class ContinuousSaveManager
- java.lang.Object
-
- esmska.persistence.ContinuousSaveManager
-
public class ContinuousSaveManager extends java.lang.ObjectClass providing continuous saving of user data to disk
-
-
Constructor Summary
Constructors Constructor Description ContinuousSaveManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisableContacts()Disable automatic saving of contacts when changedstatic voiddisableHistory()Disable automatic saving of history when changedstatic voiddisableKeyring()Disable automatic saving of keyring when changedstatic voiddisableQueue()Disable automatic saving of queue when changedstatic voidenableContacts()Enable automatic saving of contacts when changedstatic voidenableHistory()Enable automatic saving of history when changedstatic voidenableKeyring()Enable automatic saving of keyring when changedstatic voidenableQueue()Enable automatic saving of queue when changed
-
-
-
Method Detail
-
enableHistory
public static void enableHistory()
Enable automatic saving of history when changed
-
enableKeyring
public static void enableKeyring()
Enable automatic saving of keyring when changed
-
enableContacts
public static void enableContacts()
Enable automatic saving of contacts when changed
-
enableQueue
public static void enableQueue()
Enable automatic saving of queue when changed
-
disableHistory
public static void disableHistory()
Disable automatic saving of history when changed
-
disableKeyring
public static void disableKeyring()
Disable automatic saving of keyring when changed
-
disableContacts
public static void disableContacts()
Disable automatic saving of contacts when changed
-
disableQueue
public static void disableQueue()
Disable automatic saving of queue when changed
-
-