-
public interface V2ApiResponseListener<T>
-
-
Method Summary
Modifier and Type Method Description abstract voidonApiResponse(T t)-
-
Method Detail
-
onApiResponse
abstract void onApiResponse(T t)
-
-
-
-