public interface MonitorEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionChanged(Channel channel,
boolean connected)
The channel's connection state has changed.
|
void |
valueChanged(Channel channel,
ChannelTimeRecord record)
The PV's monitored value has changed.
|
void valueChanged(Channel channel, ChannelTimeRecord record)
channel - the channel whose value has changedrecord - The channel time record of the new valuevoid connectionChanged(Channel channel, boolean connected)
channel - The channel whose connection has changed.connected - The channel's new connection state