WaitService
implementation for managing the wait-state of the component hierarchy rooted at a given Container
. When the container is placed in a wait-state, all its descendant components become completely unresponsive to user events. To control the wait-state of a window, use the class {@link WindowWaitService}.
This class is thread-safe. @author Torgil Zethson @since 1.3.0
|
|