JavaScript is disabled on your browser.
AeroGear Android Pipe Library 2.0.0
java.lang.Object
android.content.Loader<D>
android.content.AsyncTaskLoader<HeaderAndBody >
org.jboss.aerogear.android.pipe.loader.AbstractPipeLoader<T>
Direct Known Subclasses:
ReadLoader , RemoveLoader , SaveLoader
public abstract class AbstractPipeLoader<T>
extends android.content.AsyncTaskLoader<HeaderAndBody >
This class maintains references to the callback to be called when a Loader
supporting a Pipe's operation completes. It also contains a reference to any
exception which may have been thrown.
Nested Class Summary
Nested classes/interfaces inherited from class android.content.Loader
android.content.Loader.ForceLoadContentObserver, android.content.Loader.OnLoadCanceledListener<D>, android.content.Loader.OnLoadCompleteListener<D>
Constructor Summary
Constructors
Constructor and Description
AbstractPipeLoader (android.content.Context context,
org.jboss.aerogear.android.core.Callback<T > callback)
Method Summary
Methods inherited from class android.content.AsyncTaskLoader
cancelLoadInBackground, dump, isLoadInBackgroundCanceled, loadInBackground, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottle
Methods inherited from class android.content.Loader
abandon, cancelLoad, commitContentChanged, dataToString, deliverCancellation, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onStartLoading, onStopLoading, registerListener, registerOnLoadCanceledListener, reset, rollbackContentChanged, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListener
Method Detail
onReset
protected void onReset()
Overrides:
onReset in class android.content.Loader<HeaderAndBody >
AeroGear Android Pipe Library 2.0.0
Copyright © 2015 JBoss by Red Hat . All rights reserved.