Package com.openfin.desktop
Interface AsyncCallback<T>
public interface AsyncCallback<T>
The interface a caller must implement to receive a response from a call to Runtime.
-
Method Details
-
onSuccess
Called when asynchronous call completes successfully- Parameters:
result
- the return value of the asynchronous call
-