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