Class WorkCycleStructureInsertEvent


public class WorkCycleStructureInsertEvent extends InsertEvent<BOWorkCycleStructure>
Event to insert a BOWorkCycleStructure.

The launcher must provide a valid BOWorkCycleStructure in order to successfully call this event.

The listener inserts all the BOWorkCycleStructure components starting from the event input, i.e. the given BOWorkCycleStructure in which all needed components were previously set.

Since:
18.0
GCApi:
event
Reactors:
BTWorkCycleStructureInsert(0)
No Spouts
  • Constructor Details

    • WorkCycleStructureInsertEvent

      public WorkCycleStructureInsertEvent(BOWorkCycleStructure workCycleStructure)
      Instantiates a new work cycle structure insert event.
      Parameters:
      workCycleStructure - the BOWorkCycleStructure to insert