Interface InputProgressMeter

All Known Implementing Classes:
ProgressAndStateMeter

public interface InputProgressMeter
  • Method Details

    • getProgressName

      String getProgressName()
    • getStartedAtMillis

      long getStartedAtMillis()
    • getMinInputCycle

      long getMinInputCycle()
    • getCurrentInputCycle

      long getCurrentInputCycle()
    • getMaxInputCycle

      long getMaxInputCycle()
    • getRecyclesCurrent

      long getRecyclesCurrent()
    • getRecyclesMax

      long getRecyclesMax()
    • getProgressSummary

      default String getProgressSummary()
    • getProgressRatio

      default double getProgressRatio()
    • getProgressTotal

      default double getProgressTotal()
    • getProgressETAMillis

      default double getProgressETAMillis()