Uses of Interface
is.codion.common.model.worker.Dispatcher
Packages that use Dispatcher
Package
Description
Executing background tasks with progress reporting.
Swing implementation of
Dispatcher.-
Uses of Dispatcher in is.codion.common.model.worker
Fields in is.codion.common.model.worker declared as DispatcherModifier and TypeFieldDescriptionstatic final DispatcherDispatcher.SYNCHRONOUSA synchronousDispatcher, running tasks on the calling thread and reporting no UI thread.Methods in is.codion.common.model.worker that return DispatcherModifier and TypeMethodDescriptionstatic DispatcherDispatcher.instance()Returns theDispatcherimplementation, as provided viaServiceLoader, orSYNCHRONOUSin case no implementation is available.Methods in is.codion.common.model.worker with parameters of type DispatcherModifier and TypeMethodDescriptionProgressWorker.Builder.dispatcher(Dispatcher dispatcher) Overrides theDispatcherused to run the handlers,instance()by default. -
Uses of Dispatcher in is.codion.swing.common.model.worker
Classes in is.codion.swing.common.model.worker that implement DispatcherModifier and TypeClassDescriptionfinal classADispatcherrunning tasks on the Event Dispatch Thread.