Uses of Interface
is.codion.swing.common.model.worker.ProgressWorker.ProgressHandler
Packages that use ProgressWorker.ProgressHandler
Package
Description
SwingWorker-based implementations for executing background tasks with progress reporting.
-
Uses of ProgressWorker.ProgressHandler in is.codion.swing.common.model.worker
Subinterfaces of ProgressWorker.ProgressHandler in is.codion.swing.common.model.workerModifier and TypeInterfaceDescriptionstatic 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. -
Uses of ProgressWorker.ProgressHandler in is.codion.tools.generator.model
Classes in is.codion.tools.generator.model that implement ProgressWorker.ProgressHandler