public interface RemoteResponseListener
abstract void
onResponse(String endpoint, Map<String, Map<String, Number>> responseJson)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onResponse(String endpoint, Map<String, Map<String, Number>> responseJson)
Invoked after the api receives a response from the remote service.