Uses of Package
is.codion.common.model.worker
Packages that use is.codion.common.model.worker
Package
Description
Executing background tasks with progress reporting.
-
Classes in is.codion.common.model.worker used by is.codion.common.model.workerClassDescriptionExecutes a task on a background thread, invoking its lifecycle handlers on the dispatch context resolved by
Dispatcher— the UI thread on UI platforms, which is what the documentation below calls it.Builds aProgressWorkerinstance.Provides builders for a given task type.Provides default handler methods for theProgressWorkerlifecycle.ExtendsProgressWorker.Handlerwith progress and publish handlers.Reports progress and publishes intermediate results for a ProgressWorkerA progress aware background task producing a result.A progress aware background task.A background task producing a result.A background task. -
Classes in is.codion.common.model.worker used by is.codion.swing.common.ui.dialogClassDescriptionExecutes a task on a background thread, invoking its lifecycle handlers on the dispatch context resolved by
Dispatcher— the UI thread on UI platforms, which is what the documentation below calls it.A progress aware background task producing a result.A progress aware background task.A background task producing a result.A background task. -
Classes in is.codion.common.model.worker used by is.codion.tools.generator.modelClassDescriptionProvides default handler methods for the
ProgressWorkerlifecycle.ExtendsProgressWorker.Handlerwith progress and publish handlers.Reports progress and publishes intermediate results for a ProgressWorkerA progress aware background task.AProgressWorker.ProgressTaskcombined withProgressWorker.ProgressHandler, for encapsulating a progress-aware background task and its handlers in a single class.