alphavantage
Toggle table of contents
1.8.0
java
Target filter
java
Switch theme
Search in API
Skip to content
alphavantage
alphavantage
/
com.crazzyghost.alphavantage
/
Fetcher
/
SuccessCallback
Success
Callback
public
interface
SuccessCallback
<
V
>
Callback invoked when the fetch operation succeeds.
Parameters
<V>
the type of the response of the fetch operation
Members
Functions
on
Success
Link copied to clipboard
public
abstract
void
onSuccess
(
V
response
)
Called with the parsed response when the fetch operation is successful.