roboguice.content
Class RoboLoader<D>

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

public abstract class RoboLoader<D>
extends android.support.v4.content.Loader<D>

Provides injection to 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
RoboLoader(android.content.Context context)
           
 
Method Summary
 
Methods inherited from class android.support.v4.content.Loader
abandon, dataToString, deliverResult, dump, forceLoad, getContext, getId, isAbandoned, isReset, isStarted, onAbandon, onContentChanged, onForceLoad, 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

RoboLoader

public RoboLoader(android.content.Context context)


Copyright © 2012. All Rights Reserved.