public class ForecastResourceUpdateEvent extends UpdateEvent<BOForecastResource>
Event to update 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
Reactors:
BTForecastResourceUpdate(0)
No Spouts
  • Constructor Details

    • ForecastResourceUpdateEvent

      public ForecastResourceUpdateEvent(BOForecastResource input)
      Instantiates a new forecast resource update event.
      Parameters:
      input - the BOForecastResource to update