public class HolidayDeleteEvent extends DeleteEvent<Long>
Event to delete a BOHoliday.
The launcher must provide a valid BOHoliday in order to successfully call this event.
The listener deletes all the needed BOHoliday starting from the event input, i.e. the given BOHoliday id.
Since:
17.0
GCApi:
event
Reactors:
BTHolidayDelete(0)
No Spouts
  • Constructor Details

    • HolidayDeleteEvent

      public HolidayDeleteEvent(Long holiday)
      Instantiates a new holiday delete event.
      Parameters:
      holiday - the holiday to be deleted