Periodically poll a value, and update dependants when the value changes.
object |
Object to poll. |
method |
Method of the object that provides the value. |
freq |
Polling frequency. |
delegate |
An object on which to call |
clock |
Clock on which to perform the updates (UI interaction requires AppClock) |
Immediately query the value and send updates if it has changed.
Get or set the update frequency.
Start or stop updates.