Class WorkShiftCancelNotificationEvent


@Deprecated(since="17.0", forRemoval=true) public class WorkShiftCancelNotificationEvent extends SimpleBusinessEvent<WorkShiftCancelNotificationInput,Void>
Deprecated, for removal: This API element is subject to removal in a future version.
Event to notify that a work shift was deleted. The launcher must provide a valid work shift id in order to successfully call this event. The listener could use this event to perform actions after the work shift deletion.
Since:
9.2
GCApi:
event
No Reactors
No Spouts
  • Constructor Details

    • WorkShiftCancelNotificationEvent

      public WorkShiftCancelNotificationEvent(WorkShiftCancelNotificationInput input)
      Deprecated, for removal: This API element is subject to removal in a future version.