|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressDisplayer
An interface for starting and stopping a progress bar.
Field Summary | |
---|---|
static int |
NONE
|
static int |
PERCENT
|
static int |
STRING
|
Method Summary | |
---|---|
void |
startProgressBar(ProgressSource info_src,
int p_string_type,
int timer_interval)
It starts the progress bar, sets a source class for it (info_src), type of displaying of progress value (p_string_type) and an interval (in ms) for refreshing of the progress bar (timer_interval) |
void |
stopProgressBar()
This function stops the progress bar (it finishes the work of the progress bar) |
Field Detail |
---|
static final int NONE
static final int PERCENT
static final int STRING
Method Detail |
---|
void startProgressBar(ProgressSource info_src, int p_string_type, int timer_interval)
void stopProgressBar()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |