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

org.usergrid.android.client.callbacks.ClientCallback Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package org.usergrid.android.client.callbacks;

public interface ClientCallback {

	public void onResponse(T response);

	public void onException(Exception e);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy