public class ForecastActivityUpdateEvent extends UpdateEvent<BOForecastActivity>
Event to update a BOForecastActivity.
The launcher must provide a valid BOForecastActivity in order to successfully call this event.
The listener updates 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:
BTForecastActivityUpdate(0)
No Spouts
  • Constructor Details

    • ForecastActivityUpdateEvent

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