public class ForecastShiftModelInsertEvent extends InsertEvent<BOForecastShiftModel>
Event to insert a BOForecastShiftModel.
The launcher must provide a valid BOForecastShiftModel in order to successfully call this event.
The listener inserts 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:
BTForecastShiftModelInsert(0)
No Spouts
  • Constructor Details

    • ForecastShiftModelInsertEvent

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