Class ClientTagSubscriptionManager.TagSubscription
java.lang.Object
com.inductiveautomation.ignition.client.tags.impl.ClientTagSubscriptionManager.TagSubscription
- Enclosing class:
- ClientTagSubscriptionManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(TagChangeListener listener) getPath()
boolean
removeListener
(TagChangeListener listener) int
size()
void
update
(QualityCode quality) void
Notifies listeners of change.
-
Constructor Details
-
TagSubscription
-
-
Method Details
-
addListener
-
removeListener
-
getPath
-
update
Notifies listeners of change. If true is returned, all listeners are invalid and the sub should be shut down. -
update
-
size
public int size()
-