JavaScript is disabled on your browser.
AeroGear Android Libary 1.0.0
java.lang.Object
android.support.v4.content.Loader<D>
android.support.v4.content.AsyncTaskLoader<T>
public class SupportSaveLoader<T>
extends AbstractSupportPipeLoader <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 and retain an instance to the
result of the save 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>
Method Summary
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
Constructor Detail
SupportSaveLoader
public SupportSaveLoader(android.content.Context context,
Callback <T > callback,
PipeHandler <T > runner,
T data)
AeroGear Android Libary 1.0.0
Copyright © 2013 JBoss, a division of Red Hat, Inc. . All Rights Reserved.