com.octo.android.robospice.spicelist.simple
Class BitmapSpiceManager

java.lang.Object
  extended by com.octo.android.robospice.SpiceManager
      extended by com.octo.android.robospice.spicelist.simple.BitmapSpiceManager
All Implemented Interfaces:
Runnable

public class BitmapSpiceManager
extends SpiceManager


Nested Class Summary
 
Nested classes/interfaces inherited from class com.octo.android.robospice.SpiceManager
SpiceManager.SpiceManagerCommand<T>, SpiceManager.SpiceServiceConnection
 
Field Summary
 
Fields inherited from class com.octo.android.robospice.SpiceManager
requestQueue, runner, SPICE_MANAGER_THREAD_NAME_PREFIX
 
Constructor Summary
  BitmapSpiceManager()
           
protected BitmapSpiceManager(Class<? extends BitmapSpiceService> bitmapSpiceServiceClass)
          For testing only.
 
Method Summary
 
Methods inherited from class com.octo.android.robospice.SpiceManager
addListenerIfPending, addListenerIfPending, addSpiceServiceListener, cancel, cancel, cancelAllRequests, dontNotifyAnyRequestListeners, dontNotifyAnyRequestListenersInternal, dontNotifyRequestListenersForRequest, dontNotifyRequestListenersForRequestInternal, dumpState, execute, execute, execute, executeCommand, getAllCacheKeys, getAllDataFromCache, getDataFromCache, getDateOfDataInCache, getFromCache, getFromCacheAndLoadFromNetworkIfExpired, getPendingRequestCount, getRequestToLaunchCount, getThreadCount, isBound, isDataInCache, isStarted, putDataInCache, putInCache, putInCache, putInCache, putInCache, removeAllDataFromCache, removeDataFromCache, removeDataFromCache, removeSpiceServiceListener, run, setFailOnCacheError, shouldStop, shouldStopAndJoin, start, waitForServiceToBeBound, waitForServiceToBeUnbound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapSpiceManager

public BitmapSpiceManager()

BitmapSpiceManager

protected BitmapSpiceManager(Class<? extends BitmapSpiceService> bitmapSpiceServiceClass)
For testing only.

Parameters:
bitmapSpiceServiceClass - the spice service to bind to.


Copyright © 2012-2014. All Rights Reserved.