Class TeamInsertEvent


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

    • TeamInsertEvent

      public TeamInsertEvent(BOTeam input)
      Instantiates a new team insert event.
      Parameters:
      input - the BOTeam to insert