public class BaseProgressIndicator extends Object implements ProgressIndicator
| Constructor and Description |
|---|
BaseProgressIndicator() |
| Modifier and Type | Method and Description |
|---|---|
void |
progress() |
void |
progressSection(String section,
String message) |
void |
start() |
void |
startSection(String section) |
void |
stop() |
void |
stopSection(String section) |
public void progress()
progress in interface ProgressIndicatorpublic void start()
start in interface ProgressIndicatorpublic void stop()
stop in interface ProgressIndicatorpublic void startSection(String section)
startSection in interface ProgressIndicatorpublic void progressSection(String section, String message)
progressSection in interface ProgressIndicatorpublic void stopSection(String section)
stopSection in interface ProgressIndicatorCopyright © 2011–2017. All rights reserved.