Uses of Interface
org.apache.commons.fileupload2.core.ProgressListener
-
-
Uses of ProgressListener in org.apache.commons.fileupload2.core
Fields in org.apache.commons.fileupload2.core declared as ProgressListener Modifier and Type Field Description static ProgressListenerProgressListener. NOPNop implementation.Methods in org.apache.commons.fileupload2.core that return ProgressListener Modifier and Type Method Description ProgressListenerAbstractFileUpload. getProgressListener()Gets the progress listener.Methods in org.apache.commons.fileupload2.core with parameters of type ProgressListener Modifier and Type Method Description voidAbstractFileUpload. setProgressListener(ProgressListener progressListener)Sets the progress listener.Constructors in org.apache.commons.fileupload2.core with parameters of type ProgressListener Constructor Description ProgressNotifier(ProgressListener progressListener, long contentLength)Creates a new instance with the given listener and content length.
-