|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.Loader<D>
android.content.AsyncTaskLoader<T>
oak.util.OakAsyncLoader<T>
public abstract class OakAsyncLoader<T>
Created by ericrichardson on 1/7/14.
| 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 | |
|---|---|
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.content.AsyncTaskLoader |
|---|
cancelLoadInBackground, dump, isLoadInBackgroundCanceled, loadInBackground, onCanceled, onCancelLoad, onForceLoad, onLoadInBackground, setUpdateThrottle |
| Methods inherited from class android.content.Loader |
|---|
abandon, cancelLoad, commitContentChanged, dataToString, deliverCancellation, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, registerListener, registerOnLoadCanceledListener, reset, rollbackContentChanged, startLoading, stopLoading, takeContentChanged, toString, unregisterListener, unregisterOnLoadCanceledListener |
| 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.content.Loader<T>protected void onStartLoading()
onStartLoading in class android.content.Loader<T>protected void onStopLoading()
onStopLoading in class android.content.Loader<T>protected void onReset()
onReset in class android.content.Loader<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||