Interface IPreferencesSyncher


public interface IPreferencesSyncher
An object that can be synched with its preferences.
  • Method Details

    • preferencesRestore

      void preferencesRestore()
      Load the object state from the IPreferences.
    • preferencesStore

      void preferencesStore()
      Save the object state to the IPreferences.