Module methanol

Interface ProgressTracker.MultipartProgress

All Superinterfaces:
ProgressTracker.Progress
Enclosing class:
ProgressTracker

public static interface ProgressTracker.MultipartProgress extends ProgressTracker.Progress
A progress event for a multipart body with per-part progress info.
  • Method Details

    • part

      Returns the currently progressing part.
    • partProgress

      ProgressTracker.Progress partProgress()
      Returns current part's progress.
    • partChanged

      boolean partChanged()
      Returns true if the currently progressing part has changed from the last event.