public abstract class AbsCallback extends Object
| Constructor and Description |
|---|
AbsCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onFailure(NewCall newCall,
Exception e,
int id) |
abstract void |
onResponse(NewCall newCall,
HttpResponse httpResponse,
int id) |
public abstract void onResponse(NewCall newCall, HttpResponse httpResponse, int id)
Copyright © 2019. All rights reserved.