You're viewing an older version of Vaadin JavaDoc. Please see version 24.8.0 for the latest.
com.vaadin.external.apache.commons.fileupload2.

Class MultipartStream.ProgressNotifier

java.lang.Object
com.vaadin.external.apache.commons.fileupload2.MultipartStream.ProgressNotifier

Enclosing class:

MultipartStream

public static class MultipartStream.ProgressNotifier extends Object

Internal class, which is used to invoke the ProgressListener.

  • Constructor Details

    • ProgressNotifier

      public ProgressNotifier(ProgressListener pListener, long pContentLength)

      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.