Package com.openfin.desktop
Interface ExternalMessageListener
public interface ExternalMessageListener
Interface for processing external messages targeted at an application originating from HTTP/HTTPS.
- Since:
- 4/30/14
- Author:
- wche
-
Method Summary
Modifier and Type Method Description void
process(ExternalMessageResultHandler resultHandler, org.json.JSONObject payload)
Passes a message to the handler
-
Method Details
-
process
Passes a message to the handler- Parameters:
resultHandler
- Sends the result status to the containerpayload
- JSONObject sent via HTTP/HTTPS
-