Class SystemSettingsUpdateEvent


public class SystemSettingsUpdateEvent extends UpdateEvent<BOSystemSettings>
Event to update a BOSystemSettings.
The launcher must provide a valid BOSystemSettings in order to successfully call this event.
The listener updates all the BOSystemSettings components starting from the event input, i.e. the given BOSystemSettings in which all needed components were previously updated.
Since:
15.0
GCApi:
event
Reactors:
BTSystemSettingsUpdate(0)
No Spouts
  • Constructor Details

    • SystemSettingsUpdateEvent

      public SystemSettingsUpdateEvent(BOSystemSettings systemSettings)
      Instantiates a new system settings update event.
      Parameters:
      systemSettings - the system settings to update