Class DailyWorkshiftDragDropEvent
java.lang.Object
overit.geocall.bl.GenericEvent<DailyWorkshiftDragDropOutput>
overit.geocall.bl.BusinessEvent<DailyWorkshiftDragDropOutput>
overit.geocall.bl.SimpleBusinessEvent<DailyWorkshiftDragDropInput,DailyWorkshiftDragDropOutput>
overit.geocallapp.wfm.core.ux.crewshell.workshift.event.DailyWorkshiftDragDropEvent
public class DailyWorkshiftDragDropEvent
extends SimpleBusinessEvent<DailyWorkshiftDragDropInput,DailyWorkshiftDragDropOutput>
Event to drag and drop the workshift from a day to another day
The launcher must provide a valid
The launcher must provide a valid
DailyWorkshiftDragDropInput object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTDragDropDailyWorkshift(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
DailyWorkshiftDragDropEvent
Instantiates a newDailyWorkshiftDragDropEventobject.- Parameters:
input- theDailyWorkshiftDragDropInputobject.
-