public static class MultipartStream.ProgressNotifier extends Object
ProgressListener
.Constructor and Description |
---|
ProgressNotifier(ProgressListener pListener,
long pContentLength)
Creates a new instance with the given listener
and content length.
|
Modifier and Type | Method and Description |
---|---|
void |
noteItem()
Called to indicate, that a new file item has been detected.
|
public ProgressNotifier(ProgressListener pListener, long pContentLength)
pListener
- The listener to invoke.pContentLength
- The expected content length.Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.