Class MultipartStream.ProgressNotifier
- java.lang.Object
- 
- org.apache.tomcat.util.http.fileupload.MultipartStream.ProgressNotifier
 
- 
- Enclosing class:
- MultipartStream
 
 public static class MultipartStream.ProgressNotifier extends java.lang.ObjectInternal class, which is used to invoke theProgressListener.
- 
- 
Constructor SummaryConstructors Constructor Description ProgressNotifier(ProgressListener pListener, long pContentLength)Creates a new instance with the given listener and content length.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnoteItem()Called to indicate, that a new file item has been detected.
 
- 
- 
- 
Constructor Detail- 
ProgressNotifierpublic ProgressNotifier(ProgressListener pListener, long pContentLength) Creates a new instance with the given listener and content length.- Parameters:
- pListener- The listener to invoke.
- pContentLength- The expected content length.
 
 
- 
 
-