public class BaseProgressIndicator extends Object implements ProgressIndicator
Constructor and Description |
---|
BaseProgressIndicator() |
Modifier and Type | Method and Description |
---|---|
void |
progress() |
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 stopSection(String section)
stopSection
in interface ProgressIndicator
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.