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