Class WarningUpdateEvent


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

    • WarningUpdateEvent

      public WarningUpdateEvent(BOWarning bo)
      Instantiates a new warning update event.
      Parameters:
      bo - the technical object to update with the updated components