com.octo.android.robospice.request.listener
Class SpiceServiceListener.RequestProcessingContext

java.lang.Object
  extended by com.octo.android.robospice.request.listener.SpiceServiceListener.RequestProcessingContext
Enclosing interface:
SpiceServiceListener

public static class SpiceServiceListener.RequestProcessingContext
extends Object


Constructor Summary
SpiceServiceListener.RequestProcessingContext()
           
 
Method Summary
 Thread getExecutionThread()
           
 Set<RequestListener<?>> getRequestListeners()
           
 RequestProgress getRequestProgress()
           
 void setExecutionThread(Thread executionThread)
           
 void setRequestListeners(Set<RequestListener<?>> requestListeners)
           
 void setRequestProgress(RequestProgress requestProgress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpiceServiceListener.RequestProcessingContext

public SpiceServiceListener.RequestProcessingContext()
Method Detail

setExecutionThread

public void setExecutionThread(Thread executionThread)

getExecutionThread

public Thread getExecutionThread()

setRequestProgress

public void setRequestProgress(RequestProgress requestProgress)

getRequestProgress

public RequestProgress getRequestProgress()

setRequestListeners

public void setRequestListeners(Set<RequestListener<?>> requestListeners)

getRequestListeners

public Set<RequestListener<?>> getRequestListeners()


Copyright © 2012-2014. All Rights Reserved.