public class MultipartProgressNotifier extends Object implements Serializable
IProgressListener.| Constructor and Description |
|---|
MultipartProgressNotifier(IProgressListener aListener,
long nContentLength)
Creates a new instance with the given listener and content length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNextFileItem()
Called to indicate, that a new file item has been detected.
|
public MultipartProgressNotifier(@Nullable IProgressListener aListener, @CheckForSigned long nContentLength)
aListener - The listener to invoke.nContentLength - The expected content length.Copyright © 2014–2019 Philip Helger. All rights reserved.