Uses of Interface
is.codion.common.utilities.dispatch.Dispatcher
Packages that use Dispatcher
Package
Description
Executing background tasks with progress reporting.
Dispatch related classes.
Swing implementation of
Dispatcher.-
Uses of Dispatcher in is.codion.common.model.worker
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.common.utilities.dispatch
Fields in is.codion.common.utilities.dispatch declared as DispatcherModifier and TypeFieldDescriptionstatic final DispatcherDispatcher.SYNCHRONOUSADispatcherwithout a dispatch context, running tasks on the calling thread.Methods in is.codion.common.utilities.dispatch that return DispatcherModifier and TypeMethodDescriptionstatic DispatcherDispatcher.instance()Returns theDispatcherimplementation, as provided viaServiceLoader, orSYNCHRONOUSin case no implementation is available. -
Uses of Dispatcher in is.codion.swing.common.model.dispatch
Classes in is.codion.swing.common.model.dispatch that implement DispatcherModifier and TypeClassDescriptionfinal classADispatcherrunning tasks on the Event Dispatch Thread.