public interface UploadServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
change(String filename)
Event sent when the file name of the upload component is changed.
|
void |
poll()
Called to poll the server to see if any changes have been made e.g.
|
void change(String filename)
filename - The filenamevoid poll()
Copyright © 2021 Vaadin Ltd. All rights reserved.