All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byoutline.eventcallback.ResponseEvent Maven / Gradle / Ivy

package com.byoutline.eventcallback;

/**
 * Event that will have body of server response set. 
* If you need response status or headers take a look at * {@code EventCallbackBuilder#onStatusCodes(Integer...)} or use * {@code RetrofitResponseEvent} instead. * * @author Sebastian Kacprzak on 24.06.14. */ public interface ResponseEvent { void setResponse(R response); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy