Class TeamShiftUpdateEvent


public class TeamShiftUpdateEvent extends UpdateEvent<BOTeamShift>
Event to update a BOTeamShift.
The launcher must provide a valid BOTeamShift in order to successfully call this event.
The listener updates 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:
BTTeamShiftUpdate(0)
No Spouts
  • Constructor Details

    • TeamShiftUpdateEvent

      public TeamShiftUpdateEvent(BOTeamShift teamShift)
      Instantiates a new team shift update event.
      Parameters:
      teamShift - the team shift to be updated