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

    • ForecastActivityInsertEvent

      public ForecastActivityInsertEvent(BOForecastActivity input)
      Instantiates a new forecast activity insert event.
      Parameters:
      input - the BOForecastActivity to insert