Uses of Interface
is.codion.swing.common.model.worker.ProgressWorker.Handler
Packages that use ProgressWorker.Handler
Package
Description
SwingWorker-based implementations for executing background tasks with progress reporting.
-
Uses of ProgressWorker.Handler in is.codion.swing.common.model.worker
Subinterfaces of ProgressWorker.Handler in is.codion.swing.common.model.workerModifier and TypeInterfaceDescriptionstatic interfaceExtendsProgressWorker.Handlerwith progress and publish handlers.static interfaceAProgressWorker.ProgressResultTaskcombined withProgressWorker.ProgressHandler, for encapsulating a progress-aware, result-producing background task and its handlers in a single class.static interfaceAProgressWorker.ProgressTaskcombined withProgressWorker.ProgressHandler, for encapsulating a progress-aware background task and its handlers in a single class.static interfaceAProgressWorker.ResultTaskcombined withProgressWorker.Handler, for encapsulating a result-producing background task and its handlers in a single class.static interfaceAProgressWorker.Taskcombined withProgressWorker.Handler, for encapsulating a background task and its handlers in a single class. -
Uses of ProgressWorker.Handler in is.codion.tools.generator.model
Classes in is.codion.tools.generator.model that implement ProgressWorker.Handler