Class WorkCycleStructureUpdateEvent


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

    • WorkCycleStructureUpdateEvent

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