Uses of Interface
com.octo.android.robospice.request.RequestRunner

Packages that use RequestRunner
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 RequestRunner in com.octo.android.robospice
 

Methods in com.octo.android.robospice with parameters of type RequestRunner
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 RequestRunner in com.octo.android.robospice.request
 

Classes in com.octo.android.robospice.request that implement RequestRunner
 class DefaultRequestRunner
          Default implementation of RequestRunner.
 

Constructors in com.octo.android.robospice.request with parameters of type RequestRunner
RequestProcessor(CacheManager cacheManager, RequestProgressManager requestProgressManager, RequestRunner requestRunner)
          Build a request processor using a custom.
 



Copyright © 2012-2014. All Rights Reserved.