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