Uses of Interface
org.teamapps.ux.task.function.ProgressReportingRunnable
-
Packages that use ProgressReportingRunnable Package Description org.teamapps.ux.component.progress org.teamapps.ux.task -
-
Uses of ProgressReportingRunnable in org.teamapps.ux.component.progress
Methods in org.teamapps.ux.component.progress with parameters of type ProgressReportingRunnable Modifier and Type Method Description default ProgressCompletableFuture<java.lang.Void>MultiProgressDisplay. addTask(org.teamapps.icons.Icon icon, java.lang.String taskName, ProgressReportingRunnable runnable)default ProgressCompletableFuture<java.lang.Void>MultiProgressDisplay. addTask(org.teamapps.icons.Icon icon, java.lang.String taskName, ProgressReportingRunnable runnable, java.util.concurrent.Executor executor) -
Uses of ProgressReportingRunnable in org.teamapps.ux.task
Methods in org.teamapps.ux.task with parameters of type ProgressReportingRunnable Modifier and Type Method Description static ProgressCompletableFuture<java.lang.Void>ProgressCompletableFuture. runAsync(ProgressReportingRunnable runnable)static ProgressCompletableFuture<java.lang.Void>ProgressCompletableFuture. runAsync(ProgressReportingRunnable runnable, java.util.concurrent.Executor executor)ProgressCompletableFuture<java.lang.Void>ProgressCompletableFuture. thenRun(ProgressReportingRunnable action)ProgressCompletableFuture<java.lang.Void>ProgressCompletableFuture. thenRunAsync(ProgressReportingRunnable action)ProgressCompletableFuture<java.lang.Void>ProgressCompletableFuture. thenRunAsync(ProgressReportingRunnable action, java.util.concurrent.Executor executor)
-