Uses of Class
com.parse.GetDataCallback

Uses of GetDataCallback in com.parse
 

Methods in com.parse with parameters of type GetDataCallback
 void ParseFile.getDataInBackground(GetDataCallback dataCallback)
          Gets the data for this object in a background thread.
 void ParseFile.getDataInBackground(GetDataCallback dataCallback, ProgressCallback progressCallback)
          Gets the data for this object in a background thread.
 void ParseImageView.loadInBackground(GetDataCallback completionCallback)
          Kick off downloading of remote image.