Class FilteredPushNotificationListener
java.lang.Object
com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
- All Implemented Interfaces:
PushNotificationListener
,EventListener
- Direct Known Subclasses:
ClientTagSubscriptionManager.ValueUpdateListener
,DesignerSystemUtilities.SendRequestManager
,ScriptMessageReceiver
,ScriptModuleChangeListener
public abstract class FilteredPushNotificationListener
extends Object
implements PushNotificationListener
A notification listener that filters based on module id and one or more message types. Also supports EDT dispatching
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
protected abstract void
receive
(PushNotification notification) final void
receiveNotification
(PushNotification notification)
-
Field Details
-
moduleId
-
messageTypes
-
-
Constructor Details
-
FilteredPushNotificationListener
-
-
Method Details
-
receiveNotification
- Specified by:
receiveNotification
in interfacePushNotificationListener
-
dispatchOnEDT
protected boolean dispatchOnEDT() -
receive
-