org.androidannotations.api.rest
Interface RestClientErrorHandling


public interface RestClientErrorHandling

A @Rest interface implementing this interface will automatically have the implementations of this method generated.


Method Summary
 void setRestErrorHandler(RestErrorHandler handler)
          Sets the error handler called when a rest error occurs.
 

Method Detail

setRestErrorHandler

void setRestErrorHandler(RestErrorHandler handler)
Sets the error handler called when a rest error occurs.

Parameters:
handler -


Copyright © 2010-2014. All Rights Reserved.