Package com.openfin.desktop
Interface ExternalMessageResultHandler
public interface ExternalMessageResultHandler
Interface to communicate results from calls to an ExternalMessageHandler back to the AppDesktop.
- Since:
- 4/30/14
- Author:
- wche
-
Method Summary
Modifier and Type Method Description boolean
send(boolean result, java.lang.String message)
-
Method Details
-
send
boolean send(boolean result, java.lang.String message)
-