Class MultipartProgressNotifier


  • public class MultipartProgressNotifier
    extends Object
    Internal class, which is used to invoke the IProgressListener.
    • 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.
    • Method Detail

      • onNextFileItem

        public void onNextFileItem()
        Called to indicate, that a new file item has been detected.