Uses of Class
com.octo.android.robospice.request.listener.RequestProgress

Packages that use RequestProgress
com.octo.android.robospice.notification   
com.octo.android.robospice.request   
com.octo.android.robospice.request.listener   
com.octo.android.robospice.request.notifier   
 

Uses of RequestProgress in com.octo.android.robospice.notification
 

Methods in com.octo.android.robospice.notification with parameters of type RequestProgress
abstract  android.app.Notification SpiceNotificationService.onCreateNotificationForRequestProgress(RequestProgress requestProgress)
           
 

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

Methods in com.octo.android.robospice.request with parameters of type RequestProgress
<T> void
RequestProgressManager.notifyListenersOfRequestProgress(CachedSpiceRequest<?> request, Set<RequestListener<?>> listeners, RequestProgress progress)
           
 

Uses of RequestProgress in com.octo.android.robospice.request.listener
 

Methods in com.octo.android.robospice.request.listener that return RequestProgress
 RequestProgress SpiceServiceListener.RequestProcessingContext.getRequestProgress()
           
 

Methods in com.octo.android.robospice.request.listener with parameters of type RequestProgress
 void RequestProgressListener.onRequestProgressUpdate(RequestProgress progress)
           
 void SpiceServiceListener.RequestProcessingContext.setRequestProgress(RequestProgress requestProgress)
           
 

Uses of RequestProgress in com.octo.android.robospice.request.notifier
 

Methods in com.octo.android.robospice.request.notifier with parameters of type RequestProgress
<T> void
DefaultRequestListenerNotifier.notifyListenersOfRequestProgress(CachedSpiceRequest<T> request, Set<RequestListener<?>> listeners, RequestProgress progress)
           
<T> void
RequestListenerNotifier.notifyListenersOfRequestProgress(CachedSpiceRequest<T> request, Set<RequestListener<?>> listeners, RequestProgress progress)
          Notify listeners of a request's progress.
 void SpiceServiceListenerNotifier.notifyObserversOfRequestProgress(CachedSpiceRequest<?> request, RequestProgress requestProgress)
          Notify interested observers of request progress.
 



Copyright © 2012-2014. All Rights Reserved.