com.octo.android.robospice.request.listener
Interface PendingRequestListener<RESULT>

All Superinterfaces:
RequestListener<RESULT>

public interface PendingRequestListener<RESULT>
extends RequestListener<RESULT>

Listens to a SpiceRequest that may be pending, or not. It will be notified of request's result if such a request is pending, otherwise it will notified that such a request is not currently pending.


Method Summary
 void onRequestNotFound()
           
 
Methods inherited from interface com.octo.android.robospice.request.listener.RequestListener
onRequestFailure, onRequestSuccess
 

Method Detail

onRequestNotFound

void onRequestNotFound()


Copyright © 2012-2014. All Rights Reserved.