Class PlanningActionNotificationEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocallapp.wfm.core.bl.schedule.planningaction.event.PlanningActionNotificationEvent
Event to point out that an action notification has been planned.
The launcher must provide a valid
PlanningAction in order to successfully call this event.
The listener could use this event to perform actions after the planning action notification.- Since:
- 9.1
- GCApi:
- event
- No Reactors
- No Spouts
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
FieldsFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the planning action.voidsetPlanningAction(PlanningAction planningAction) Sets the planning action.Methods 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
-
Field Details
-
planningAction
-
-
Constructor Details
-
PlanningActionNotificationEvent
public PlanningActionNotificationEvent()
-
-
Method Details
-
getPlanningAction
Returns the planning action.- Returns:
- the planning action
-
setPlanningAction
Sets the planning action.- Parameters:
planningAction- the planning action
-