public interface ProgressInfoHandler
| Modifier and Type | Method and Description |
|---|---|
void |
increase(int amount) |
void |
initialize(int max,
int step) |
void |
notifyAborted(String message) |
void |
notifyDone(String message) |
void |
notifyError(String errorMessage) |
void |
setCompletion(int percent) |
void |
setStatus(String info) |
void setStatus(String info)
void setCompletion(int percent)
void initialize(int max,
int step)
void increase(int amount)
void notifyDone(String message)
void notifyAborted(String message)
void notifyError(String errorMessage)
Copyright © 2017 SAP SE. All Rights Reserved.