Package org.reldb.toolbox.progress
Class ConsoleProgressIndicatorDisplay
java.lang.Object
org.reldb.toolbox.progress.ConsoleProgressIndicatorDisplay
- All Implemented Interfaces:
ProgressIndicatorDisplay
A ProgressIndicatorDisplay that emits to the console.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
display(StandardProgressIndicator progressIndicator)
Invoked in response to a ProgressIndicator move(...) invocation.
-
Constructor Details
-
ConsoleProgressIndicatorDisplay
public ConsoleProgressIndicatorDisplay()
-
-
Method Details
-
display
Description copied from interface:ProgressIndicatorDisplay
Invoked in response to a ProgressIndicator move(...) invocation.- Specified by:
display
in interfaceProgressIndicatorDisplay
- Parameters:
progressIndicator
- The ProgressIndicatorCore whose status we wish to display.
-