roboguice.content
Class RoboAsyncTaskLoader<D>

java.lang.Object
  extended by android.support.v4.content.Loader<D>
      extended by android.support.v4.content.AsyncTaskLoader<D>
          extended by roboguice.content.RoboAsyncTaskLoader<D>

public abstract class RoboAsyncTaskLoader<D>
extends android.support.v4.content.AsyncTaskLoader<D>

Provides injection to async task loaders.

Author:
cherrydev

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
RoboAsyncTaskLoader(android.content.Context context)
           
 
Method Summary
 
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, dataToString, deliverResult, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onReset, onStartLoading, onStopLoading, registerListener, reset, startLoading, stopLoading, takeContentChanged, toString, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoboAsyncTaskLoader

public RoboAsyncTaskLoader(android.content.Context context)


Copyright © 2012. All Rights Reserved.