Interface ProgressMonitor.ProgressFormatter

All Known Implementing Classes:
ProgressMonitor.DefaultProgressFormatter
Enclosing class:
ProgressMonitor

public static interface ProgressMonitor.ProgressFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String theName, int theProgressPercentage, long theElapsedTime)
     
  • Method Details

    • format

      String format(String theName, int theProgressPercentage, long theElapsedTime)