Class TeamUpdateEvent


public class TeamUpdateEvent extends UpdateEvent<BOTeam>
Event to update a BOTeam.
The launcher must provide a valid BOTeam in order to successfully call this event.
The listener updates all the BOTeam components starting from the event input, i.e. the given BOTeam in which all needed components were previously updated.
Since:
1.0
GCApi:
event
Reactors:
BTTeamUpdate(0)
No Spouts
  • Constructor Details

    • TeamUpdateEvent

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