|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface AsyncHandler<T>
The AsyncHandler interface in implemented for clients that would like to receive their responses back asynchronously.
Method Summary | |
---|---|
void |
handleResponse(Response<T> response)
Called when the response is available. |
Method Detail |
---|
void handleResponse(Response<T> response)
response
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |