|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProgress
Interface for showing progress of an operation.
Method Summary | |
---|---|
void |
endProgress(int aProgress)
Called on the end of the process for which the progress is shown. |
void |
showException(java.lang.Exception anExcp)
Show the given error. |
void |
showProgress(int aProgress)
Called on the progress of the operation. |
void |
startProgress(int aProgress)
Called on the start of the process for which the progress is shown. |
Method Detail |
---|
void startProgress(int aProgress)
aProgress
- the initial progress value in percents, most
probably 0.void showProgress(int aProgress)
aProgress
- the progress value in percents,
most probably between 0.0 and 1.0void endProgress(int aProgress)
aProgress
- the final progress, most probably 100.void showException(java.lang.Exception anExcp)
anExcp
- shows the given error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |