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
.
Record manager for this ID.
Record manager for this ID. Ordinarily it's just a reference to the record manager that constructed us, but if we got serialized and deserialized, the
Perform the action
, synchronously on the calling thread.
Perform the action
, synchronously on the calling thread.
Representation for a record ID.
Ordinarily just wraps a Long, but also tracks when records have been saved, which can be useful when creating a base record (e.g., TodoList) and several dependent records (e.g., TodoItem) in one go.