|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MonitoredDataItemListener | |
|---|---|
| com.prosysopc.ua.client | Main client side classes of the SDK. |
| Uses of MonitoredDataItemListener in com.prosysopc.ua.client |
|---|
| Fields in com.prosysopc.ua.client declared as MonitoredDataItemListener | |
|---|---|
protected MonitoredDataItemListener |
MonitoredDataItem.dataChangeListener
|
| Methods in com.prosysopc.ua.client that return MonitoredDataItemListener | |
|---|---|
MonitoredDataItemListener |
MonitoredDataItem.getDataChangeListener()
|
MonitoredDataItemListener[] |
MonitoredDataItem.getDataChangeListeners()
Deprecated. the items no longer support multicasting: use MonitoredDataItem.getDataChangeListener()
instead. |
| Methods in com.prosysopc.ua.client with parameters of type MonitoredDataItemListener | |
|---|---|
void |
MonitoredDataItem.addChangeListener(MonitoredDataItemListener listener)
Deprecated. the items no longer support multicasting: use MonitoredDataItem.setDataChangeListener(MonitoredDataItemListener) instead. |
boolean |
MonitoredDataItem.hasChangeListener(MonitoredDataItemListener listener)
Deprecated. the items no longer support multicasting, so this method is obsolete as well: use #getChangeListener() instead. |
boolean |
MonitoredDataItem.removeChangeListener(MonitoredDataItemListener listener)
Deprecated. the items no longer support multicasting: use MonitoredDataItem.setDataChangeListener(MonitoredDataItemListener) instead. |
void |
MonitoredDataItem.setDataChangeListener(MonitoredDataItemListener listener)
Define the listener for the DataChange notifications. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||