Uses of Interface
org.apache.commons.fileupload.ProgressListener
-
Packages that use ProgressListener Package Description org.apache.commons.fileupload A component for handling HTML file uploads as specified by RFC 1867. -
-
Uses of ProgressListener in org.apache.commons.fileupload
Fields in org.apache.commons.fileupload declared as ProgressListener Modifier and Type Field Description private ProgressListenerFileUploadBase. listenerThe progress listener.private ProgressListenerMultipartStream.ProgressNotifier. listenerThe listener to invoke.Methods in org.apache.commons.fileupload that return ProgressListener Modifier and Type Method Description ProgressListenerFileUploadBase. getProgressListener()Returns the progress listener.Methods in org.apache.commons.fileupload with parameters of type ProgressListener Modifier and Type Method Description voidFileUploadBase. setProgressListener(ProgressListener listener)Sets the progress listener.Constructors in org.apache.commons.fileupload with parameters of type ProgressListener Constructor Description ProgressNotifier(ProgressListener listener, long contentLength)Creates a new instance with the given listener and content length.
-