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 Link icon

    • InitialPreferences Link icon

      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 Link icon

    • applicationPath Link icon

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