Uses of Class
com.parse.FindCallback

Uses of FindCallback in com.parse
 

Methods in com.parse with parameters of type FindCallback
static
<T extends ParseObject>
void
ParseObject.fetchAllIfNeededInBackground(List<T> objects, FindCallback<T> callback)
          Fetches all the objects that don't have data in the provided list in the background.
static
<T extends ParseObject>
void
ParseObject.fetchAllInBackground(List<T> objects, FindCallback<T> callback)
          Fetches all the objects in the provided list in the background.
 void ParseQuery.findInBackground(FindCallback<T> callback)
          Retrieves a list of ParseObjects that satisfy this query from the source in a background thread.