Uses of Interface
org.dellroad.stuff.vaadin24.util.SimpleTaskManager.ThrowingRunnable
-
Uses of SimpleTaskManager.ThrowingRunnable in org.dellroad.stuff.vaadin24.util
Modifier and TypeMethodDescriptionvoid
SimpleTaskManager.startTask
(SimpleTaskManager.ThrowingRunnable action, Runnable onSuccess, Consumer<? super Throwable> onError) Start a new task that returns nothing.