Class WorkCycleInsertEvent


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

    • WorkCycleInsertEvent

      public WorkCycleInsertEvent(BOWorkCycle workCycle)
      Instantiates a new work cycle insert event.
      Parameters:
      workCycle - the BOWorkCycle to insert