Uses of Package
org.dellroad.stuff.vaadin24.util
Package
Description
Vaadin data provider and related classes.
Vaadin utility classes.
-
ClassDescriptionAllows applications to safely manage asynchronous tasks that execute in the background (without holding the
VaadinSession
lock) entirely within the context of a lockedVaadinSession
. -
ClassDescriptionPerforms some task executing asynchronously and managed by an
AsyncTaskManager
.Allows applications to safely manage asynchronous tasks that execute in the background (without holding theVaadinSession
lock) entirely within the context of a lockedVaadinSession
.Event type emitted by anAsyncTaskManager
when anAsyncTask
changes status.Listener interface forAsyncTaskManager
event notifications.