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