|
||||||||||
| 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>
oak.util.OakAsyncLoader<T>
public abstract class OakAsyncLoader<T>
AsyncTaskLoader that actually works as you would think. Created by ericrichardson on 1/7/14.
| 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> |
| Constructor Summary | |
|---|---|
OakAsyncLoader(android.content.Context context)
|
|
| Method Summary | |
|---|---|
void |
deliverResult(T data)
|
protected void |
onReset()
|
protected void |
onStartLoading()
|
protected void |
onStopLoading()
|
| Methods inherited from class android.support.v4.content.AsyncTaskLoader |
|---|
cancelLoad, dump, loadInBackground, onCanceled, onForceLoad, onLoadInBackground, setUpdateThrottle, waitForLoader |
| Methods inherited from class android.support.v4.content.Loader |
|---|
abandon, commitContentChanged, dataToString, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, registerListener, reset, rollbackContentChanged, 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 OakAsyncLoader(android.content.Context context)
| Method Detail |
|---|
public void deliverResult(T data)
deliverResult in class android.support.v4.content.Loader<T>protected void onStartLoading()
onStartLoading in class android.support.v4.content.Loader<T>protected void onStopLoading()
onStopLoading in class android.support.v4.content.Loader<T>protected void onReset()
onReset in class android.support.v4.content.Loader<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||