Interface Progress

All Known Implementing Classes:
ProgressImpl

public interface Progress
A representation of the current progress of a task
  • Method Details

    • getMessage

      @Nonnull String getMessage()
      Returns:
      the message for the current progress.
    • getPercentage

      int getPercentage()
      Returns:
      the percentage complete of the associated task. Will always be an int between 0 and 100 (inclusive)