Class TeamShiftResourceInsertEvent


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

    • TeamShiftResourceInsertEvent

      public TeamShiftResourceInsertEvent(BOTeamShiftResource teamShiftResource)
      Instantiates a new team shift resource insert event.
      Parameters:
      teamShiftResource - the team shift resource to be inserted