Class CountryLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOCountry>
overit.geocall.bl.BusinessEvent<BOCountry>
overit.geocall.bl.SimpleBusinessEvent<String,BOCountry>
overit.geocall.bl.GenericLoadEvent<String,BOCountry>
overit.geocallapp.wfm.locations.bl.country.event.CountryLoadEvent
Event to load a
The launcher must provide a valid country code in order to successfully call this event.
The listener loads all the
BOCountry. The launcher must provide a valid country code in order to successfully call this event.
The listener loads all the
BOCountry components starting from the event input,
i.e. the given country code. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCountryLoad(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.GenericLoadEvent
getEventOptionsMethods 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
-
CountryLoadEvent
Instantiates a new country load event.- Parameters:
code- the country code
-