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;



/**
 * Response callback from the server.
 */
public interface Callback {
	/**
	 * Called when a response is received from the server.
	 * @param response
	 */
	public void onResponse(boolean success, String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy