|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| StackMobRedirectedCallback | This callback can be supplied to StackMob so that it will be called if the StackMob platform issues a redirect. |
| Class Summary | |
|---|---|
| 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. |
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
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||