com.openfin.desktop
Interface AsyncCallback<T>


public interface AsyncCallback<T>

The interface a caller must implement to receive a response from a call to AppDesktop.


Method Summary
 void onSuccess(T result)
          Called when asynchronous call completes successfully
 

Method Detail

onSuccess

void onSuccess(T result)
Called when asynchronous call completes successfully

Parameters:
result - the return value of the asynchronous call


Copyright © 2016. All rights reserved.