| Modifier and Type | Class and Description |
|---|---|
class |
RestRunner<T> |
| Modifier and Type | Method and Description |
|---|---|
PipeHandler<T> |
SupportLoaderAdapter.getHandler() |
PipeHandler |
RestAdapter.getHandler() |
PipeHandler<T> |
LoaderAdapter.getHandler() |
PipeHandler |
PipeConfig.getHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipeConfig.setHandler(PipeHandler handler) |
| Constructor and Description |
|---|
ReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe) |
RemoveLoader(android.content.Context context,
Callback<T> callback,
PipeHandler<T> runner,
String id) |
SaveLoader(android.content.Context context,
Callback<T> callback,
PipeHandler<T> runner,
T data) |
| Constructor and Description |
|---|
SupportReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe) |
SupportRemoveLoader(android.content.Context context,
Callback<T> callback,
PipeHandler<T> runner,
String id) |
SupportSaveLoader(android.content.Context context,
Callback<T> callback,
PipeHandler<T> runner,
T data) |
| Modifier and Type | Method and Description |
|---|---|
PipeHandler<T> |
Pipe.getHandler()
Returns the instance which is responsible for handling read, save, and remove.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.