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 BOWorkShift components starting from the event input, i.e. the given BOWorkShift in which all needed components were previously set.
Since:
16.0
GCApi:
event
Reactors:
BTWorkShiftInsert(0)
No Spouts
  • Constructor Details

    • WorkShiftInsertEvent

      public WorkShiftInsertEvent(BOWorkShift input)
      Instantiates a new workshift insert event.
      Parameters:
      input - the BOWorkShift to insert