esmska.persistence
Class ContinuousSaveManager

java.lang.Object
  extended by esmska.persistence.ContinuousSaveManager

public class ContinuousSaveManager
extends java.lang.Object

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

ContinuousSaveManager

public ContinuousSaveManager()
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