|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestStatusHandler
Callback interface, this interface needs to AsyncRequest can tell the application execution state async REST Service
| Method Summary | |
|---|---|
void |
requestError(java.lang.String id,
java.lang.Throwable exception)
Calls when service return error |
void |
requestFinished(java.lang.String id)
Calls when service work done. |
void |
requestInProgress(java.lang.String id)
Calls when service started or in progress. |
| Method Detail |
|---|
void requestInProgress(java.lang.String id)
id - the Async REST Service idvoid requestFinished(java.lang.String id)
id - the Async REST Service id
void requestError(java.lang.String id,
java.lang.Throwable exception)
id - the Async REST Service idexception - the exception received from service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||