Class MultipartStream.ProgressNotifier
java.lang.Object
org.apache.tomcat.util.http.fileupload.MultipartStream.ProgressNotifier
- Enclosing class:
- MultipartStream
Internal class, which is used to invoke the
 
ProgressListener.- 
Constructor SummaryConstructorsConstructorDescriptionProgressNotifier(ProgressListener pListener, long pContentLength) Creates a new instance with the given listener and content length.
- 
Method SummaryModifier and TypeMethodDescriptionvoidnoteItem()Called to indicate, that a new file item has been detected.
- 
Constructor Details- 
ProgressNotifierCreates a new instance with the given listener and content length.- Parameters:
- pListener- The listener to invoke.
- pContentLength- The expected content length.
 
 
- 
- 
Method Details- 
noteItempublic void noteItem()Called to indicate, that a new file item has been detected.
 
-