org.positronicnet.notifications
Perform the action
, usually on a worker thread associated with this
notifier.
Perform the action
, usually on a worker thread associated with this
notifier. Results may be posted back to the calling thread, viz.
the conventions documented in org.positronicnet.notifications.Actions.
Synchronously fetch the value being monitored by this Notifier
.
Synchronously fetch the value being monitored by this Notifier
.
Perform the action
, synchronously on the calling thread.
Perform the action
, synchronously on the calling thread.
Subclass of Notifier which typically represents a query on some underlying resource.
The query has a query type,
Q
, and a result type,R
. Constructors typically take an initial query (of typeQ
) as an argument. TheRequery
action can be used to change the query; this is a change that causes all currently registered watchers (viz.AddWatcher
in org.positronicnet.notifications.Actions) to get notified of the new results.