public class SFAsyncHelper<T> extends java.lang.Object implements ISFAsyncHelper<T>
| Constructor and Description |
|---|
SFAsyncHelper(ISFApiClient apiClient,
ISFQuery query,
ISFApiResultCallback apiResultCallback) |
| Modifier and Type | Method and Description |
|---|---|
T |
execute() |
void |
onPostExecute() |
public SFAsyncHelper(ISFApiClient apiClient, ISFQuery query, ISFApiResultCallback apiResultCallback)
public T execute()
execute in interface ISFAsyncHelper<T>public void onPostExecute()
onPostExecute in interface ISFAsyncHelper<T>