| Interface | Description |
|---|---|
| ThreadUtils.BlockingOperation |
Utility interface to be used with executeUninterruptibly() to wait for blocking operations
to complete without getting interrupted..
|
| Class | Description |
|---|---|
| ContextUtils |
Class for storing the application context and retrieving it in a static context.
|
| ThreadUtils | |
| ThreadUtils.ThreadChecker |
Utility class to be used for checking that a method is called on the correct thread.
|