Package com.stackmob.sdk.callback

The various callbacks used to respond to asynchronous calls.

See:
          Description

Interface Summary
StackMobRedirectedCallback Deprecated.
 

Class Summary
StackMobBinaryCallback A callback class that allows access to the raw byte array of the response body.
StackMobCallback The basic callback class for responding to asynchronous StackMob calls.
StackMobCountCallback A callback function meant specifically for com.stackmob.sdk.api.StackMob#count(String, StackMobRawCallback).
StackMobExistsCallback  
StackMobIntermediaryCallback A callback that allows you to inject some logic before the actual callback is called.
StackMobModelCallback A simple callback suitable for many StackMobModel methods.
StackMobNoopCallback A callback that does absolutely nothing regardless of success or failure.
StackMobQueryCallback<T extends StackMobModel> A callback used by StackMobModel.query(Class, com.stackmob.sdk.api.StackMobQuery, StackMobQueryCallback).
StackMobRawCallback The most basic callback you can supply to StackMob methods.
 

Package com.stackmob.sdk.callback Description

The various callbacks used to respond to asynchronous calls. Most asynchronous calls expect a callback, which is invoked upon completion. StackMobRawCallback is the base class and is expected in most places, but you should try to use the most specific callback possible for the best results



Copyright © 2013 StackMob. All Rights Reserved.