Uses of Interface
com.longportwhale.AsyncCallback
-
Packages that use AsyncCallback Package Description com.longportwhale -
-
Uses of AsyncCallback in com.longportwhale
Methods in com.longportwhale with parameters of type AsyncCallback Modifier and Type Method Description static voidSdkNative. configRefreshAccessToken(long config, OffsetDateTime expired_at, AsyncCallback callback)static voidSdkNative. httpClientRequest(long httpClient, String request, AsyncCallback callback)static voidSdkNative. newTradeContext(long config, AsyncCallback callback)voidAsyncCallback.AsyncTask. run(AsyncCallback callback)static voidSdkNative. tradeContextSubscribe(long context, TopicType[] topics, AsyncCallback callback)static voidSdkNative. tradeContextUnsubscribe(long context, TopicType[] topics, AsyncCallback callback)
-