public class DefaultResponseProgressListener extends Object implements ResponseProgressListener
ResponseProgressListener| Constructor and Description |
|---|
DefaultResponseProgressListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(String path,
String error) |
void |
onLog(String message) |
void |
onMessage(String message) |
void |
onProgress(String action,
String path) |
void |
onStart(String title) |
public void onStart(String title)
onStart in interface ResponseProgressListenerpublic void onLog(String message)
onLog in interface ResponseProgressListenerpublic void onMessage(String message)
onMessage in interface ResponseProgressListenerpublic void onProgress(String action, String path)
onProgress in interface ResponseProgressListenerpublic void onError(String path, String error)
onError in interface ResponseProgressListenerCopyright © 2013-2017. All Rights Reserved.