Interface I_CmsUploadRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
CmsUploadAreaExtension, CmsUploadButton

public interface I_CmsUploadRpc extends com.vaadin.shared.communication.ServerRpc
The upload RPC interface.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUploadFinished(List<String> uploadedFiles)
    Called once the upload is finished.
  • Method Details

    • onUploadFinished

      void onUploadFinished(List<String> uploadedFiles)
      Called once the upload is finished.

      Parameters:
      uploadedFiles - the uploaded file root paths