Class WorkShiftExceptionInsertEvent


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

    • WorkShiftExceptionInsertEvent

      public WorkShiftExceptionInsertEvent(BOWorkShiftException workShiftException)
      Instantiates a new work shift exception insert event.
      Parameters:
      workShiftException - the work shift exception type to be inserted