Interface ResultHandlerVersion1<T>
-
- All Known Implementing Classes:
ResultHandlerAdapter
public interface ResultHandlerVersion1<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onComplete(T result)
void
onFailure(java.lang.Throwable failure)
-
-
-
Method Detail
-
onComplete
void onComplete(T result)
-
onFailure
void onFailure(java.lang.Throwable failure)
-
-