public interface WebServiceApi
| Modifier and Type | Method and Description |
|---|---|
void |
failure(java.lang.String message,
int statusCode) |
void |
perforTaskAfterResponse(java.lang.String rawResponse) |
void |
progress(int percentage) |
void |
success(java.lang.String response,
int statusCode) |