Class CrewShellSkillReplaceEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<CrewShellSkillReplaceInput,Void>
overit.geocallapp.wfm.core.bl.crewshell.skill.event.CrewShellSkillReplaceEvent
public class CrewShellSkillReplaceEvent
extends SimpleBusinessEvent<CrewShellSkillReplaceInput,Void>
Event to replace the
The launcher must provide a valid
BOCrewShellSkill objects with the ones taken as input. The launcher must provide a valid
CrewShellSkillReplaceInput object in order to successfully call this event. - Since:
- 16.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCrewShellSkillReplace(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
ConstructorsConstructorDescriptionInstantiates a newSimpleBusinessEventobject in order to replace theBOCrewShellSkillobjects with the ones taken as input. -
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
-
CrewShellSkillReplaceEvent
Instantiates a newSimpleBusinessEventobject in order to replace theBOCrewShellSkillobjects with the ones taken as input.- Parameters:
input- theCrewShellSkillReplaceInputinput
-