public class EmptyCallback<B> extends java.lang.Object implements retrofit.Callback<B>
EmptyCallback()
void
failure(retrofit.RetrofitError retrofitError)
success(B bs, retrofit.client.Response response)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmptyCallback()
public void success(B bs, retrofit.client.Response response)
success
retrofit.Callback<B>
public void failure(retrofit.RetrofitError retrofitError)
failure