com.tvd12.ezyhttp.client.callback.RequestCallback Maven / Gradle / Ivy
The newest version!
package com.tvd12.ezyhttp.client.callback;
public interface RequestCallback {
void onResponse(T response);
void onException(Exception e);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy