JavaScript is disabled on your browser.
AeroGear Android Library 1.3.1
public class SaveLoader<T>
extends AbstractPipeLoader <T>
This class performs a save operation on behalf of a Pipe using the Loader
infrastructure.
As a Loader it will only call the save once regardless of how many times it
is called and retain an instance to the result of the save unless reset() is
called.
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>
Method Summary
Methods inherited from class android.content.AsyncTaskLoader
cancelLoadInBackground, dump, isLoadInBackgroundCanceled, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottle
Methods inherited from class android.content.Loader
abandon, cancelLoad, dataToString, deliverCancellation, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onStopLoading, registerListener, registerOnLoadCanceledListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListener
Constructor Detail
SaveLoader
public SaveLoader(android.content.Context context,
Callback <T > callback,
PipeHandler <T > runner,
T data)
AeroGear Android Library 1.3.1
Copyright © 2013 JBoss by Red Hat . All Rights Reserved.