|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssProgressMonitor interface.
Method Summary | |
void |
cancel()
Cancels the operation. |
EssException |
getException()
Gets the exception. |
java.lang.Object |
getResult()
Gets the operation result. |
boolean |
isDone()
Checks if the operation is done. |
Method Detail |
public boolean isDone() throws EssException
EssException
- if an error occurs.public void cancel() throws EssException
EssException
- if an error occurs.public EssException getException() throws EssException
EssException
- if this method is invoked when isDone() is false.public java.lang.Object getResult() throws EssException
EssException
- if this method is invoked when isDone() is false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |