private class PcpMonitorBridge.PcpMonitorBridgeMonitor extends java.lang.Object implements Monitor
Modifier | Constructor and Description |
---|---|
private |
PcpMonitorBridgeMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
valueChanged(Monitorable<?> monitorable)
Notifies the Monitor about a change in the underlying value of a
Monitorable . |
public void valueChanged(Monitorable<?> monitorable)
Monitor
Monitorable
. It is not guaranteed that the value obtained by
Monitorable.get()
will return the value that triggered the
update, as the value may update in the meantime.valueChanged
in interface Monitor
monitorable
- the Monitorable whose value has changed.