public static class MultipartStream.ProgressNotifier
extends java.lang.Object
ProgressListener.| Constructor | Description |
|---|---|
ProgressNotifier(ProgressListener pListener,
long pContentLength) |
Creates a new instance with the given listener
and content length.
|
| Modifier and Type | Method | 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.