public class LoggingProgressIndicator extends BaseProgressIndicator
| Constructor and Description |
|---|
LoggingProgressIndicator(String progressName) |
| Modifier and Type | Method and Description |
|---|---|
void |
progressSection(String section,
String message) |
void |
start() |
void |
startSection(String section) |
void |
stop() |
void |
stopSection(String section) |
progresspublic LoggingProgressIndicator(String progressName)
public void start()
start in interface ProgressIndicatorstart in class BaseProgressIndicatorpublic void stop()
stop in interface ProgressIndicatorstop in class BaseProgressIndicatorpublic void startSection(String section)
startSection in interface ProgressIndicatorstartSection in class BaseProgressIndicatorpublic void progressSection(String section, String message)
progressSection in interface ProgressIndicatorprogressSection in class BaseProgressIndicatorpublic void stopSection(String section)
stopSection in interface ProgressIndicatorstopSection in class BaseProgressIndicatorCopyright © 2011–2015. All rights reserved.