public interface ProgressListener
StdErrProgressWriter
is the only class
implementing this interface.Modifier and Type | Method and Description |
---|---|
int |
getCurrentStep() |
void |
insertColumn(int columns,
String message) |
void |
insertRow(int rows,
String message) |
void |
progress()
Progress by one step.
|
void |
progress(int currentStep)
Progress by the given steps.
|
void |
progress(String message)
Progress by one step, and change the message
|
void |
progress(String message,
int currentStep)
Progress by the given steps, and change the message
|
void progress(String message, int currentStep)
void progress(int currentStep)
void progress()
void progress(String message)
void insertRow(int rows, String message)
void insertColumn(int columns, String message)
int getCurrentStep()