Class WorkShiftExceptionClassUpdateEvent


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

    • WorkShiftExceptionClassUpdateEvent

      public WorkShiftExceptionClassUpdateEvent(BOWorkShiftExceptionClass workShiftExceptionClass)
      Instantiates a new work shift exception class update event.
      Parameters:
      workShiftExceptionClass - the BOWorkShiftExceptionClass to be updated