Package de.intarsys.tools.preferences
Interface IPreferencesSyncher
public interface IPreferencesSyncher
An object that can be synched with its preferences.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Load the object state from theIPreferences
.void
Save 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
.
-