12:35, EEST
July 22, 2014
In the “Prosys_OPC_UA_Java_SDK_Client_Tutorial” that comes with the JAVA SDK, the suggested code for monitoring a tag for changes is along the lines of:
MonitoredDataItem monitorItem = new MonitoredDataItem(tagNode, Attributes.Value, MonitoringMode.Reporting);
monitorItem.setSamplingInterval(SamplingRate);
monitorItem.addChangeListener(dataChangeListener);
clientSubscription.addItem(monitorItem);
This however produces a warning (not an error so the code is still usable as is but not recommended because of possible compatibility issues in the future) indicating that:
addChangeListener(MonitoredDatatItemListener) from the type MonitoredDataItem is deprecated
The code works fine with this warning and Eclipse even provide an option for suppressing the warning but it seems that this method may be removed in future versions of the SDK. What is the proper, non-deprecated, way to add data change listeners without using the deprecated addChangeListener method?
10:07, EEST
December 21, 2011
Yes the new way to register the listener is to use setDataChangeListener() – the previous list backend was changed to a single instance to improve performance. addChangeLIstener() will call that one, if it’s not set already.
This has been changed in the SampleConsoleClient, but the Tutorial doc was still referring to the old method. Will be fixed in the next release.
Most Users Ever Online: 1919
Currently Online:
8 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 738
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1524
Posts: 6451
Newest Members:
jonathonmcintyre, fannielima, kristiewinkle8, rust, christamcdowall, redaahern07571, nigelbdhmp, travistimmons, AnnelCib, dalenegettingerModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1026, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0
Administrators: admin: 1