public interface Callback<T>
void
onFailure(Exception e)
onSuccess(T t)
void onSuccess(T t)
t
void onFailure(Exception e)
e
Copyright © 2019. All rights reserved.