Class MultipartInput.ProgressNotifier
java.lang.Object
org.apache.commons.fileupload2.core.MultipartInput.ProgressNotifier
- Enclosing class:
- MultipartInput
Internal class, which is used to invoke the 
ProgressListener.- 
Constructor SummaryConstructorsConstructorDescriptionProgressNotifier(ProgressListener progressListener, long contentLength) 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:
- progressListener- The listener to invoke.
- contentLength- The expected content length.
 
 
- 
- 
Method Details- 
noteItemCalled to indicate, that a new file item has been detected.
 
-