public class HolidayUpdateEvent extends UpdateEvent<BOHoliday>
Event to update a BOHoliday.
The launcher must provide a valid BOHoliday in order to successfully call this event.
The listener updates all the BOHoliday components starting from the event input, i.e. the given BOHoliday in which all needed components were previously updated.
Since:
17.0
GCApi:
event
Reactors:
BTHolidayUpdate(0)
No Spouts
  • Constructor Details

    • HolidayUpdateEvent

      public HolidayUpdateEvent(BOHoliday holiday)
      Instantiates a new holiday update event.
      Parameters:
      holiday - the BOHoliday to update