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