We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.external.apache.commons.fileupload2.
Class MultipartStream.ProgressNotifier
java.lang.Object
com.vaadin.external.apache.commons.fileupload2.MultipartStream.ProgressNotifier
Enclosing class:
Internal class, which is used to invoke the ProgressListener
.
-
Constructor Summary
ConstructorsConstructorDescriptionProgressNotifier
(ProgressListener pListener, long pContentLength) Creates a new instance with the given listener and content length.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
noteItem()
Called to indicate, that a new file item has been detected.
-
Constructor Details
-
ProgressNotifier
Creates a new instance with the given listener and content length.
Parameters:
pListener
- The listener to invoke.pContentLength
- The expected content length.
-
-
Method Details
-
noteItem
public void noteItem()Called to indicate, that a new file item has been detected.
-