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

    • ForecastResourceInsertEvent

      public ForecastResourceInsertEvent(BOForecastResource input)
      Instantiates a new forecast insert event.
      Parameters:
      input - the BOForecastResource to insert