Uses of Interface
org.teamapps.ux.task.function.ProgressReportingRunnable
Packages that use ProgressReportingRunnable
-
Uses of ProgressReportingRunnable in org.teamapps.ux.component.progress
Methods in org.teamapps.ux.component.progress with parameters of type ProgressReportingRunnableModifier and TypeMethodDescriptiondefault ProgressCompletableFuture<Void> MultiProgressDisplay.addTask(Icon icon, String taskName, ProgressReportingRunnable runnable) default ProgressCompletableFuture<Void> MultiProgressDisplay.addTask(Icon icon, String taskName, ProgressReportingRunnable runnable, Executor executor) -
Uses of ProgressReportingRunnable in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingRunnableModifier and TypeMethodDescriptionstatic ProgressCompletableFuture<Void> ProgressCompletableFuture.runAsync(ProgressReportingRunnable runnable) static ProgressCompletableFuture<Void> ProgressCompletableFuture.runAsync(ProgressReportingRunnable runnable, Executor executor) ProgressCompletableFuture.thenRun(ProgressReportingRunnable action) ProgressCompletableFuture.thenRunAsync(ProgressReportingRunnable action) ProgressCompletableFuture.thenRunAsync(ProgressReportingRunnable action, Executor executor)