Interface ITranslationMemorySystemProjectsCreatedEvent

All Superinterfaces:
IEventHandler

public interface ITranslationMemorySystemProjectsCreatedEvent extends IEventHandler
This event is triggered once a list files has been sent to the TMS successfully
Author:
I-D Media AG
  • Field Summary

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

    Modifier and Type
    Method
    Description
    boolean
    onEvent(@NotNull List<ITransferedFile> vpLists)
    Process a list of transferred files
  • Field Details

  • Method Details

    • onEvent

      boolean onEvent(@NotNull @NotNull List<ITransferedFile> vpLists)
      Process a list of transferred files
      Parameters:
      vpLists -
      Returns: