public interface FileDropTargetRpc extends ServerRpc
Modifier and Type | Method and Description |
---|---|
void |
drop(Map<String,FileParameters> fileParams)
Called when files are dropped onto the file drop target.
|
void |
poll()
Called to poll the server for changes when the upload is complete.
|
void drop(Map<String,FileParameters> fileParams)
fileParams
- Generated file IDs and file parameters of dropped files.void poll()
Copyright © 2018 Vaadin Ltd. All rights reserved.