Package de.intarsys.tools.preferences
Interface IPreferencesSyncher
public interface IPreferencesSyncher
An object that can be synched with its preferences.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLoad the object state from theIPreferences.voidSave the object state to theIPreferences.
-
Method Details
-
preferencesRestore
void preferencesRestore()Load the object state from theIPreferences. -
preferencesStore
void preferencesStore()Save the object state to theIPreferences.
-