Uses of Interface
com.aspose.cad.cloud.invoker.ApiCallback
-
Packages that use ApiCallback Package Description com.aspose.cad.cloud.invoker -
-
Uses of ApiCallback in com.aspose.cad.cloud.invoker
Methods in com.aspose.cad.cloud.invoker with parameters of type ApiCallback Modifier and Type Method Description <T> void
ApiClient. executeAsync(com.squareup.okhttp.Call call, ApiCallback<T> callback)
<T> void
ApiClient. executeAsync(com.squareup.okhttp.Call call, Class<T> returnType, ApiCallback<T> callback)
Execute HTTP call asynchronously.
-