Uses of Class
com.stackmob.sdk.callback.StackMobQueryCallback

Packages that use StackMobQueryCallback
com.stackmob.sdk.model Base classes for objects that map to StackMob data. 
 

Uses of StackMobQueryCallback in com.stackmob.sdk.model
 

Methods in com.stackmob.sdk.model with parameters of type StackMobQueryCallback
static
<T extends StackMobUser>
void
StackMobUser.getLoggedInUser(Class<T> classOfT, StackMobOptions options, StackMobQueryCallback<T> callback)
          Get the currently logged in user.
static
<T extends StackMobUser>
void
StackMobUser.getLoggedInUser(Class<T> classOfT, StackMobQueryCallback<T> callback)
          Get the currently logged in user.
static
<T extends StackMobModel>
void
StackMobModel.query(Class<T> theClass, StackMobQuery q, StackMobOptions options, StackMobQueryCallback<T> callback)
          run a query on the server to get all the instances of your model within certain constraints
static
<T extends StackMobModel>
void
StackMobModel.query(Class<T> theClass, StackMobQuery q, StackMobQueryCallback<T> callback)
          run a query on the server to get all the instances of your model within certain constraints
 



Copyright © 2012 StackMob. All Rights Reserved.