|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectesmska.persistence.ContinuousSaveManager
public class ContinuousSaveManager
Class providing continuous saving of user data to disk
Constructor Summary | |
---|---|
ContinuousSaveManager()
|
Method Summary | |
---|---|
static void |
disableContacts()
Disable automatic saving of contacts when changed |
static void |
disableHistory()
Disable automatic saving of history when changed |
static void |
disableKeyring()
Disable automatic saving of keyring when changed |
static void |
disableQueue()
Disable automatic saving of queue when changed |
static void |
enableContacts()
Enable automatic saving of contacts when changed |
static void |
enableHistory()
Enable automatic saving of history when changed |
static void |
enableKeyring()
Enable automatic saving of keyring when changed |
static void |
enableQueue()
Enable automatic saving of queue when changed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContinuousSaveManager()
Method Detail |
---|
public static void enableHistory()
public static void enableKeyring()
public static void enableContacts()
public static void enableQueue()
public static void disableHistory()
public static void disableKeyring()
public static void disableContacts()
public static void disableQueue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |