Class ScriptMessage
java.lang.Object
com.inductiveautomation.ignition.common.script.message.ScriptMessage
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionScriptMessage(String messageHandler, org.python.core.PyDictionary messagePayload) 
- 
Method SummaryModifier and TypeMethodDescriptionThe message handler that is to be invoked when the message arrives at its destination.org.python.core.PyDictionaryThe message parameters that the user passed in as a PyDictionaryvoidsetMessageHandler(String messageHandler) Sets the message handler that is to be invoked when the message arrives at its destination.voidsetMessagePayload(org.python.core.PyDictionary dict) Sets the message parameters that the user passed in as a PyDictionary
- 
Constructor Details- 
ScriptMessage
 
- 
- 
Method Details- 
getMessageHandlerThe message handler that is to be invoked when the message arrives at its destination.
- 
setMessageHandlerSets the message handler that is to be invoked when the message arrives at its destination.
- 
getMessagePayloadpublic org.python.core.PyDictionary getMessagePayload()The message parameters that the user passed in as a PyDictionary
- 
setMessagePayloadpublic void setMessagePayload(org.python.core.PyDictionary dict) Sets the message parameters that the user passed in as a PyDictionary
 
-