Class WorkShiftInsertEvent


public class WorkShiftInsertEvent extends InsertEvent<BOWorkShift>
Event to insert a BOWorkShift.
The launcher must provide a valid BOWorkShift in order to successfully call this event.
The listener inserts 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:
BTWorkShiftInsert(0)
No Spouts
  • Constructor Details

    • WorkShiftInsertEvent

      public WorkShiftInsertEvent(BOWorkShift workShift)
      Instantiates a new work shift insert event.
      Parameters:
      workShift - the work shift to be inserted