Package de.intarsys.tools.preferences
Interface IPreferencesSyncher
-
public interface IPreferencesSyncherAn object that can be synched with its preferences.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreferencesRestore()Load the object state from theIPreferences.voidpreferencesStore()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.
-
-