|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoaderPipe<T>
Sometimes a Pipe will actually be wrapped in a Loader. Classes which do so implement this interface and have certain methods like reset exposed.
| Field Summary | |
|---|---|
static String |
CALLBACK
Bundle key for callbacks handed to Pipe methods. |
static String |
FILTER
Bundle key for the ReadFilter param |
static String |
ITEM
Bundle key for the item to be saved |
static String |
METHOD
Bundle key for the Pipe method which was called |
static String |
REMOVE_ID
Bundle key for the id of the item to remove |
| Method Summary | |
|---|---|
void |
reset()
Calls reset on all loaders associated with this pipe. |
void |
setLoaderIds(com.google.common.collect.Multimap<String,Integer> idsForNamedPipes)
Passes in a multimap of ids for the named pipe. |
| Methods inherited from interface org.jboss.aerogear.android.pipeline.Pipe |
|---|
getGson, getHandler, getKlass, getRequestBuilder, getResponseParser, getType, getUrl, read, read, readWithFilter, remove, save |
| Field Detail |
|---|
static final String CALLBACK
static final String METHOD
static final String FILTER
static final String ITEM
static final String REMOVE_ID
| Method Detail |
|---|
void reset()
void setLoaderIds(com.google.common.collect.Multimap<String,Integer> idsForNamedPipes)
idsForNamedPipes -
|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||