Interface OnCompletion<T>
-
- All Known Subinterfaces:
ApiCompletion<T>
public interface OnCompletion<T>Created by tehilarozin on 21/07/2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonComplete(T result)
-
-
-
Method Detail
-
onComplete
void onComplete(T result)
-
-