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