Interface I_CmsUploadContext


public interface I_CmsUploadContext
Interface with a method that should be called when an upload has finished.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUploadFinished(List<String> uploadedFiles)
    This method should be called when the upload has finished.
  • Method Details

    • onUploadFinished

      void onUploadFinished(List<String> uploadedFiles)
      This method should be called when the upload has finished.

      Parameters:
      uploadedFiles - the uploaded files, or null if the upload was canceled