Interface IAfterTranslatableXmlsReadyEvent
- All Superinterfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(@NotNull List<ITranslatableFile> vpTranslatableFiles) Do something with the translatable files
-
Field Details
-
EVENT_ID
- See Also:
-
-
Method Details
-
onEvent
Do something with the translatable files- Parameters:
vpTranslatableFiles- List of translatable files
-