Uses of Interface
org.jhotdraw8.fxbase.concurrent.WorkState
Packages that use WorkState
-
Uses of WorkState in org.jhotdraw8.fxbase.concurrent
Classes in org.jhotdraw8.fxbase.concurrent that implement WorkStateModifier and TypeClassDescriptionclassThis work state does not update its properties, except forBlackHoleWorkState.isCancelled().classA simple implementation of theWorkStateinterface.Methods in org.jhotdraw8.fxbase.concurrent with parameters of type WorkStateModifier and TypeMethodDescriptionstatic <T> CompletableWorker<T> FXWorker.work(Executor executor, CheckedFunction<WorkState<T>, T> supplier, WorkState<T> workState) Calls the supplier on the executor thread.Method parameters in org.jhotdraw8.fxbase.concurrent with type arguments of type WorkStateModifier and TypeMethodDescriptionstatic <T> CompletableWorker<T> FXWorker.work(Executor executor, CheckedFunction<WorkState<T>, T> supplier, WorkState<T> workState) Calls the supplier on the executor thread.Constructors in org.jhotdraw8.fxbase.concurrent with parameters of type WorkState