Interface IImportedXmlFileEvent
- All Superinterfaces:
IEventHandler
This event is triggered once a list files has been imported into the CMS
successfully. This event can access the metadata of those elements to
identify them in the cms for further processing.
- Author:
- I-D Media AG
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(@NotNull List<ITranslatableFileMetaElement> vpMetadata) Process the event
-
Field Details
-
EVENT_ID
Event ID- See Also:
-
-
Method Details
-
onEvent
Process the event- Parameters:
vpMetadata-
-