Package com.complexible.common.base
Class ProgressMonitor.DefaultProgressFormatter
- java.lang.Object
-
- com.complexible.common.base.ProgressMonitor.DefaultProgressFormatter
-
- All Implemented Interfaces:
ProgressMonitor.ProgressFormatter
- Enclosing class:
- ProgressMonitor
public static class ProgressMonitor.DefaultProgressFormatter extends java.lang.Object implements ProgressMonitor.ProgressFormatter
-
-
Constructor Summary
Constructors Constructor Description DefaultProgressFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(java.lang.String theName, int theProgressPercentage, long theElapsedTime)
protected java.lang.String
formatTime(long theElapsedTime)
-
-
-
Method Detail
-
format
public java.lang.String format(java.lang.String theName, int theProgressPercentage, long theElapsedTime)
- Specified by:
format
in interfaceProgressMonitor.ProgressFormatter
-
formatTime
protected java.lang.String formatTime(long theElapsedTime)
-
-