Interface Progress

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Progress.Default
      Immutable default implementation of a progress
    • Method Detail

      • maxProgress

        long maxProgress()
        Returns the maximum progress value for this monitor
      • current

        long current()
        Returns the current progress value
      • stage

        java.lang.String stage()
        Returns the current stage of the process, or null if none.
      • hasProgress

        default boolean hasProgress()