Package org.opencms.ui.shared.rpc
Interface I_CmsUploadRpc
- All Superinterfaces:
Serializable,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
CmsUploadAreaExtension,CmsUploadButton
The upload RPC interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonUploadFinished(List<String> uploadedFiles) Called once the upload is finished.
-
Method Details
-
onUploadFinished
Called once the upload is finished.- Parameters:
uploadedFiles- the uploaded file root paths
-