Interface I_CmsUploadContext


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

    • Method Detail

      • onUploadFinished

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

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