Class WorkShiftUpdateEvent


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

    • WorkShiftUpdateEvent

      public WorkShiftUpdateEvent(BOWorkShift workShift)
      Instantiates a new work shift update event.
      Parameters:
      workShift - the work shift to be updated