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 Details

    • moduleId

      protected String moduleId
    • messageTypes

      protected Set<String> messageTypes
  • Constructor Details

    • FilteredPushNotificationListener

      public FilteredPushNotificationListener(String moduleId, String... messageTypes)
  • Method Details