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

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

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

import java.util.Map;

import org.usergrid.java.client.entities.Group;


public interface GroupsRetrievedCallback extends
		ClientCallback> {

	public void onGroupsRetrieved(Map groups);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy