Class TeamShiftDeleteEvent


public class TeamShiftDeleteEvent extends DeleteEvent<Long>
Event to delete a BOTeamShift.
The launcher must provide the ID of a valid BOTeamShift in order to successfully call this event.
The listener deletes the requested BOTeamShift starting from the event input, i.e. the given ID of BOTeamShift.
Since:
17.0
GCApi:
event
Reactors:
BTTeamShiftDelete(0)
No Spouts
  • Constructor Details

    • TeamShiftDeleteEvent

      public TeamShiftDeleteEvent(Long id)
      Instantiates a new team shift delete event.
      Parameters:
      id - the ID of the team shift to be deleted