Class ScriptMessageReceiver
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
- 
- com.inductiveautomation.factorypmi.application.script.ScriptMessageReceiver
 
 
- 
- All Implemented Interfaces:
- PushNotificationListener,- java.util.EventListener
 
 public class ScriptMessageReceiver extends FilteredPushNotificationListener Handles script messages that arrive from push notifications.
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListenermessageTypes, moduleId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ScriptMessageReceiver(MessageHandlerManager manager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreceive(PushNotification notification)- 
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListenerdispatchOnEDT, receiveNotification
 
- 
 
- 
- 
- 
Constructor Detail- 
ScriptMessageReceiverpublic ScriptMessageReceiver(MessageHandlerManager manager) 
 
- 
 - 
Method Detail- 
receiveprotected void receive(PushNotification notification) - Specified by:
- receivein class- FilteredPushNotificationListener
 
 
- 
 
-