public abstract class IZITravelCallback<T>
extends java.lang.Object
implements retrofit.Callback<T>
| Constructor and Description |
|---|
IZITravelCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
failure(IZITravelError error) |
void |
failure(retrofit.RetrofitError error) |
public abstract void failure(IZITravelError error)
public void failure(retrofit.RetrofitError error)
failure in interface retrofit.Callback<T>