Class ClientTagSubscriptionManager.ValueUpdateListener
- java.lang.Object
-
- com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
-
- com.inductiveautomation.ignition.client.tags.impl.ClientTagSubscriptionManager.ValueUpdateListener
-
- All Implemented Interfaces:
PushNotificationListener
,java.util.EventListener
- Enclosing class:
- ClientTagSubscriptionManager
public class ClientTagSubscriptionManager.ValueUpdateListener extends FilteredPushNotificationListener
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
messageTypes, moduleId
-
-
Constructor Summary
Constructors Constructor Description ValueUpdateListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
dispatchOnEDT()
We don't fire on EDT, because we handle all the threading stuff here in a more complex way.protected void
receive(PushNotification notification)
-
Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.FilteredPushNotificationListener
receiveNotification
-
-
-
-
Method Detail
-
dispatchOnEDT
protected boolean dispatchOnEDT()
We don't fire on EDT, because we handle all the threading stuff here in a more complex way.- Overrides:
dispatchOnEDT
in classFilteredPushNotificationListener
-
receive
protected void receive(PushNotification notification)
- Specified by:
receive
in classFilteredPushNotificationListener
-
-