public interface IProgress
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Indicate a cancel request.
|
boolean |
isCancelled() |
void |
setCompleted(int work)
Define how much of the work has completed, currently.
|
void |
setStatusMessage(String msg)
Defines current progress status message.
|
void |
setTotalWork(int work)
Define the total amount of work we expect to do.
|
void setTotalWork(int work)
work - void setCompleted(int work)
work - void cancel()
boolean isCancelled()
void setStatusMessage(String msg)
Copyright © 2017 etc.to. All rights reserved.