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

    • HolidayInsertEvent

      public HolidayInsertEvent(BOHoliday input)
      Instantiates a new holiday insert event.
      Parameters:
      input - the BOHoliday to insert