Interface ProgressObservable

All Known Subinterfaces:
Task<V>
All Known Implementing Classes:
AbstractTask, FutureForwardingTask, ProgressIterator

public interface ProgressObservable
An object that is able to report on its progress.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the current percentage of completion.
  • Method Details

    • getProgress

      Progress getProgress()
      Get the current percentage of completion.
      Returns:
      a progress object