Uses of Interface
com.octo.android.robospice.request.listener.SpiceServiceListener

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

Uses of SpiceServiceListener in com.octo.android.robospice
 

Methods in com.octo.android.robospice with parameters of type SpiceServiceListener
 void SpiceManager.addSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void SpiceService.addSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void SpiceManager.removeSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void SpiceService.removeSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 

Uses of SpiceServiceListener in com.octo.android.robospice.command
 

Constructors in com.octo.android.robospice.command with parameters of type SpiceServiceListener
AddSpiceServiceListenerCommand(SpiceManager spiceManager, SpiceServiceListener spiceServiceListener)
           
RemoveSpiceServiceListenerCommand(SpiceManager spiceManager, SpiceServiceListener spiceServiceListener)
           
 

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

Classes in com.octo.android.robospice.notification that implement SpiceServiceListener
 class SpiceServiceListenerNotificationService.NotificationSpiceServiceListener
           
 

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

Methods in com.octo.android.robospice.request with parameters of type SpiceServiceListener
 void RequestProcessor.addSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void RequestProgressManager.addSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void RequestProcessor.removeSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void RequestProgressManager.removeSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 

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

Classes in com.octo.android.robospice.request.listener that implement SpiceServiceListener
 class SpiceServiceAdapter
          Defines the behavior of a listener that will be notified of request processing by the SpiceService.
 

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

Methods in com.octo.android.robospice.request.notifier with parameters of type SpiceServiceListener
 void SpiceServiceListenerNotifier.addSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 void SpiceServiceListenerNotifier.removeSpiceServiceListener(SpiceServiceListener spiceServiceListener)
           
 



Copyright © 2012-2014. All Rights Reserved.