|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultListener<T>
Result listener.
Used with AsyncResult.
| Method Summary | |
|---|---|
void |
onCompleted(T result)
Request completed, the result is available |
void |
onError(ServiceResultException error)
There was an error in processing the request |
| Method Detail |
|---|
void onCompleted(T result)
result - the resultvoid onError(ServiceResultException error)
error - the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||