Package de.intarsys.tools.preferences
Interface IPreferencesSyncher
-
public interface IPreferencesSyncher
An object that can be synched with its preferences.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preferencesRestore()
Load the object state from theIPreferences
.void
preferencesStore()
Save the object state to theIPreferences
.
-
-
-
Method Detail
-
preferencesRestore
void preferencesRestore()
Load the object state from theIPreferences
.
-
preferencesStore
void preferencesStore()
Save the object state to theIPreferences
.
-
-