public interface CallBack<T>
void
onFailure(java.lang.Exception e)
onResponse(T t)
void onFailure(java.lang.Exception e)
void onResponse(T t)