Class OperationCenterMainAddressEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<OperationCenterMainAddressInput,Void>
overit.geocallapp.wfm.core.bl.base.operationcenter.address.event.OperationCenterMainAddressEvent
public class OperationCenterMainAddressEvent
extends SimpleBusinessEvent<OperationCenterMainAddressInput,Void>
Event for set the main address of an operation center
- Since:
- 12.0
- GCApi:
- bo
-
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 for set the main operation center address. -
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
-
OperationCenterMainAddressEvent
Instantiates a new event for set the main operation center address.- Parameters:
input- the input
-