public interface IProgressStatus
| Modifier and Type | Method and Description |
|---|---|
boolean |
isError() |
boolean |
isEstimated() |
boolean |
isEstimating() |
void |
setError(String message) |
void |
setEstimated() |
void |
setEstimated(boolean value) |
void |
setEstimating() |
void |
setPercentEstimated(int percent) |
boolean isEstimated()
boolean isEstimating()
boolean isError()
void setEstimated(boolean value)
void setPercentEstimated(int percent)
void setEstimated()
void setEstimating()
void setError(String message)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.