Uses of Package
org.dellroad.stuff.vaadin24.util
Packages that use org.dellroad.stuff.vaadin24.util
Package
Description
Vaadin data provider and related classes.
Vaadin utility classes.
-
Classes in org.dellroad.stuff.vaadin24.util used by org.dellroad.stuff.vaadin24.dataClassDescriptionAllows applications to safely manage asynchronous tasks that execute in the background (without holding the
VaadinSessionlock) entirely within the context of a lockedVaadinSession. -
Classes in org.dellroad.stuff.vaadin24.util used by org.dellroad.stuff.vaadin24.utilClassDescriptionPerforms some task executing asynchronously and managed by an
AsyncTaskManager.Allows applications to safely manage asynchronous tasks that execute in the background (without holding theVaadinSessionlock) entirely within the context of a lockedVaadinSession.Event type emitted by anAsyncTaskManagerwhen anAsyncTaskchanges status.Listener interface forAsyncTaskManagerevent notifications.