Package pl.grizzlysoftware.util
Interface OnRetrofitCallExecutionListener
-
- All Known Implementing Classes:
CompositeOnRetroCallExecutionListener,ETagCloudEntityApplier,RetrofitCallExecutor
public interface OnRetrofitCallExecutionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidonAfterExecution(retrofit2.Call<T> call, retrofit2.Response<T> response)<T> voidonBeforeExecution(retrofit2.Call<T> call)<T> voidonExecutionSuccessful(retrofit2.Call<T> call, retrofit2.Response<T> response)
-