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

    • ForecastShiftModelUpdateEvent

      public ForecastShiftModelUpdateEvent(BOForecastShiftModel input)
      Instantiates a new forecast shift model update event.
      Parameters:
      input - the BOForecastShiftModel to update