Package com.helger.web.multipart
Class MultipartProgressNotifier
- java.lang.Object
-
- com.helger.web.multipart.MultipartProgressNotifier
-
public class MultipartProgressNotifier extends Object
Internal class, which is used to invoke theIProgressListener.
-
-
Constructor Summary
Constructors Constructor Description MultipartProgressNotifier(IProgressListener aListener, long nContentLength)Creates a new instance with the given listener and content length.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonNextFileItem()Called to indicate, that a new file item has been detected.
-
-
-
Constructor Detail
-
MultipartProgressNotifier
public MultipartProgressNotifier(@Nullable IProgressListener aListener, @CheckForSigned long nContentLength)
Creates a new instance with the given listener and content length.- Parameters:
aListener- The listener to invoke.nContentLength- The expected content length.
-
-