Interface IAfterTranslatableXmlsReadyEvent

All Superinterfaces:
IEventHandler

public interface IAfterTranslatableXmlsReadyEvent extends IEventHandler
This event is triggered right after all translatable XMLs have been created and before being forwarded to any connector. IMPORTANT: the same event class instance MAY be used for several iterations, so avoid potential side effects.
Author:
Phillip Austerfield
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(@NotNull List<ITranslatableFile> vpTranslatableFiles)
    Do something with the translatable files
  • Field Details

  • Method Details

    • onEvent

      void onEvent(@NotNull @NotNull List<ITranslatableFile> vpTranslatableFiles)
      Do something with the translatable files
      Parameters:
      vpTranslatableFiles - List of translatable files