public interface NonAnonymousResponseHandler<T>
void
onError(Throwable t)
onReceive(T response)
void onReceive(@NotNull T response)
void onError(@NotNull Throwable t)
Copyright © 2015 Oracle Corporation. All rights reserved.