com.octo.android.robospice.request.listener
Interface SpiceServiceServiceListener


public interface SpiceServiceServiceListener

Defines the behavior of a listener that will be notified of request processing by the SpiceService.

Author:
sni

Method Summary
 void onRequestProcessed(CachedSpiceRequest<?> cachedSpiceRequest, Set<RequestListener<?>> listeners)
           
 

Method Detail

onRequestProcessed

void onRequestProcessed(CachedSpiceRequest<?> cachedSpiceRequest,
                        Set<RequestListener<?>> listeners)


Copyright © 2012-2014. All Rights Reserved.