Class InitialPreferences

All Implemented Interfaces:
Future<Void>, Associator, Eligible

A special ConfigurationUpdate event that is used by the PreferencesStore for reporting the configuration on startup.

Components that have no need to distinguish the initial value propagation from real changes simply handle the ConfigurationUpdate events only.

  • Constructor Details

    • InitialPreferences

      public InitialPreferences(String applicationPath)
      Create a new event.

      The path to the application’s preferences (i.e. the base path without the trailing “PreferencesStore”, see PreferencesStore) is passed as additional information.

  • Method Details

    • applicationPath

      The absolute path of the application’s preferences.
      Returns:
      path