|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.support.v4.content.Loader<D>
android.support.v4.content.AsyncTaskLoader<T>
org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader<T>
org.jboss.aerogear.android.impl.pipeline.loader.support.SupportRemoveLoader<T>
public class SupportRemoveLoader<T>
This class performs a remove operation on behalf of a Pipe using the Loader infrastructure. As a Loader it will only call the remove once regardless of how many times it is called unless reset() is called.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.support.v4.content.Loader |
|---|
android.support.v4.content.Loader.ForceLoadContentObserver, android.support.v4.content.Loader.OnLoadCompleteListener<D> |
| Field Summary |
|---|
| Fields inherited from class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader |
|---|
exception |
| Constructor Summary | |
|---|---|
SupportRemoveLoader(android.content.Context context,
Callback<T> callback,
PipeHandler<T> runner,
String id)
|
|
| Method Summary | |
|---|---|
T |
loadInBackground()
|
protected void |
onStartLoading()
|
| Methods inherited from class org.jboss.aerogear.android.impl.pipeline.loader.support.AbstractSupportPipeLoader |
|---|
getCallback, getException, hasException, onReset |
| Methods inherited from class android.support.v4.content.AsyncTaskLoader |
|---|
cancelLoad, dump, onCanceled, onForceLoad, onLoadInBackground, setUpdateThrottle, waitForLoader |
| Methods inherited from class android.support.v4.content.Loader |
|---|
abandon, dataToString, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onStopLoading, registerListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SupportRemoveLoader(android.content.Context context,
Callback<T> callback,
PipeHandler<T> runner,
String id)
| Method Detail |
|---|
public T loadInBackground()
loadInBackground in class android.support.v4.content.AsyncTaskLoader<T>protected void onStartLoading()
onStartLoading in class android.support.v4.content.Loader<T>
|
AeroGear Android Library 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||