|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResult
This interface defines an operation result handler.
Its purpose is to be notified of asynchronous operations completion or failure.
Method Summary | |
---|---|
void |
complete()
Report the completion of the operation. |
void |
error(java.lang.String message)
Report an error. |
Method Detail |
---|
void complete()
void error(java.lang.String message)
message
- the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |