Class TeamShiftInsertEvent


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

    • TeamShiftInsertEvent

      public TeamShiftInsertEvent(BOTeamShift teamShift)
      Instantiates a new team shift insert event.
      Parameters:
      teamShift - the team shift to be inserted