|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AsyncRequest.RequestListener
Method Summary | |
---|---|
java.util.concurrent.Executor |
getThread()
Get thread where the listening is to be processed |
void |
onCompleted(java.lang.Object result)
Request completed, the result is available |
void |
onError(ServiceException error)
There was an error in processing the request |
Method Detail |
---|
java.util.concurrent.Executor getThread()
void onCompleted(java.lang.Object result)
result
- the resultvoid onError(ServiceException error)
error
- the error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |