Class NextMeasureSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOMeasure>
overit.geocall.bl.BusinessEvent<BOMeasure>
overit.geocall.bl.SimpleBusinessEvent<NextMeasureSearchEventInput,BOMeasure>
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event.NextMeasureSearchEvent
public class NextMeasureSearchEvent
extends SimpleBusinessEvent<NextMeasureSearchEventInput,BOMeasure>
Event to search for the next
The launcher must provide a valid
The listener searches for the next measuring element
BOMeasure of a measuring element, according to the target date. The launcher must provide a valid
NextMeasureSearchEventInput, defined by the BOMeasuringElement
and the target date. The listener searches for the next measuring element
BOMeasure component, starting from the event input,
i.e. the NextMeasureSearchEventInput. - Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTNextMeasureSearch(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 new event to search for the next measure. -
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
-
NextMeasureSearchEvent
Instantiates a new event to search for the next measure.- Parameters:
input- theNextMeasureSearchEventInput
-