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) |
progress
public LoggingProgressIndicator(String progressName)
public void start()
start
in interface ProgressIndicator
start
in class BaseProgressIndicator
public void stop()
stop
in interface ProgressIndicator
stop
in class BaseProgressIndicator
public void startSection(String section)
startSection
in interface ProgressIndicator
startSection
in class BaseProgressIndicator
public void progressSection(String section, String message)
progressSection
in interface ProgressIndicator
progressSection
in class BaseProgressIndicator
public void stopSection(String section)
stopSection
in interface ProgressIndicator
stopSection
in class BaseProgressIndicator
Copyright © 2011–2015. All rights reserved.