Uses of Class
com.octo.android.robospice.request.RequestProgressManager

Packages that use RequestProgressManager
com.octo.android.robospice This library provides aims to provide a robust framework for executing asynchronous network requests in android. 
com.octo.android.robospice.request   
 

Uses of RequestProgressManager in com.octo.android.robospice
 

Methods in com.octo.android.robospice with parameters of type RequestProgressManager
protected  RequestProcessor SpiceService.createRequestProcessor(CacheManager cacheManager, RequestProgressManager requestProgressManager, RequestRunner requestRunner)
          Factory method to create an entity responsible for processing requests send to the SpiceService.
 

Uses of RequestProgressManager in com.octo.android.robospice.request
 

Constructors in com.octo.android.robospice.request with parameters of type RequestProgressManager
DefaultRequestRunner(android.content.Context context, CacheManager cacheManager, ExecutorService executorService, RequestProgressManager requestProgressBroadcaster, NetworkStateChecker networkStateChecker)
           
RequestProcessor(CacheManager cacheManager, RequestProgressManager requestProgressManager, RequestRunner requestRunner)
          Build a request processor using a custom.
 



Copyright © 2012-2014. All Rights Reserved.