Class TranslationsLoadEvent

java.lang.Object
overit.geocall.bl.GenericEvent<String>
overit.geocall.bl.BusinessEvent<String>
overit.geocall.basic.bl.dictionary.event.TranslationsLoadEvent

public class TranslationsLoadEvent extends BusinessEvent<String>
Event that will be called to request the loading of the translations of a dictionary.
  • Field Details

    • dictionaryId

      protected final String dictionaryId
  • Constructor Details

    • TranslationsLoadEvent

      public TranslationsLoadEvent(String dictionaryId)
      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

      public String 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.