public interface ExtendedUIProgressHandler
Modifier and Type | Method and Description |
---|---|
void |
progress(java.lang.String stepMessage)
Notify of progress with automatic counting.
|
void |
restartAction(java.lang.String name,
java.lang.String overallMsg,
java.lang.String tipMsg,
int no_of_steps)
The action restarts.
|
static final int BEFORE
static final int AFTER
void restartAction(java.lang.String name, java.lang.String overallMsg, java.lang.String tipMsg, int no_of_steps)
name
- The name of the action.overallMsg
- message to be used in the overall label.tipMsg
- message to be used in the tip label.no_of_steps
- The number of steps the action consists of.void progress(java.lang.String stepMessage)
stepMessage
- an additional message describing the substep the type of the substep