WorkerThreadpublic class WorkerThread Simple utility class used only to mark methods that are not executed on the UI thread
(or Event Dispatch Thread in Swing/AWT.) This annotation's sole purpose is to help
reading the source code. It has no additional effect. |
|