public class SlotsLoadEvent extends SimpleBusinessEvent<SlotsLoadInput,List<ExternalTeamTimeSlot>>
Event to load a time slot.
The launcher must provide a valid SlotsLoadInput in order to successfully call this event.
The listener loads all the time slots starting from the event input, i.e. the given SlotsLoadInput.
Since:
15.0
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • SlotsLoadEvent

      public SlotsLoadEvent(SlotsLoadInput input)
      Instantiates a new slot load event.
      Parameters:
      input - the SlotLoadInput