Class TranslationsLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.basic.bl.dictionary.event.TranslationsLoadEvent
Event that will be called to request the loading of the translations of a dictionary.
-
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
ConstructorsConstructorDescriptionTranslationsLoadEvent(String dictionaryId) Create a new event that will be called to request the loading of the translations of a dictionary. -
Method Summary
Modifier and TypeMethodDescriptionGets the id of the dictionary from which the translations will be loaded.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
-
dictionaryId
-
-
Constructor Details
-
TranslationsLoadEvent
Create a new event that will be called to request the loading of the translations of a dictionary.- Parameters:
dictionaryId- the id of the dictionary from which the translations will be loaded.
-
-
Method Details
-
getDictionaryId
Gets the id of the dictionary from which the translations will be loaded.- Returns:
- the id of the dictionary from which the translations will be loaded.
-