public class ProgressMeter
extends java.lang.Object
Constructor and Description |
---|
ProgressMeter()
Constructor that sets current time for later comparisons for elapsed time
|
Modifier and Type | Method and Description |
---|---|
void |
start(java.lang.String message)
Prints the status message and the current time for starting this progressMeter
|
void |
stop(java.lang.String message)
Prints the status message, time elapsed since starting this progressMeter, and the current time for stopping this
progressMeter
|
void |
update(java.lang.String message)
Prints the status message and time elapsed since starting this progressMeter
|
public ProgressMeter()
public void start(java.lang.String message)
message
- the string message to display for starting activitypublic void update(java.lang.String message)
message
- the string message to display for this updatepublic void stop(java.lang.String message)
message
- the string message to display for ending activity