public static interface Upload.ProgressListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
updateProgress(long readBytes,
long contentLength)
Updates progress to listener
|
Copyright © 2019 Vaadin Ltd. All rights reserved.