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

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

The newest version!
package org.usergrid.android.client.callbacks;

import org.usergrid.java.client.Client.Query;

public interface QueryResultsCallback extends ClientCallback {

	public void onQueryResults(Query query);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy