
com.github.segmentio.models.Callback Maven / Gradle / Ivy
package com.github.segmentio.models;
import com.ning.http.client.Response;
/**
* Response callback from the server.
*/
public interface Callback {
/**
* Called when a response is received from the server.
* @param response
*/
public void onResponse(Response response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy