All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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