|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Annotation Types Summary | |
|---|---|
| InvokeAndWait | Use this annotation to assure the annotated method is invoked in the EDT
thread with SwingUtilities.invokeAndWait(Runnable). |
| InvokeLater | Use this annotation to assure the annotated method is invoked in the EDT
thread with SwingUtilities.invokeLater(Runnable). |
| RunInCallingThread | Use this annotation to run the annotated method always in the calling thread. |
| StartNewThread | Use this annotation to run the annotated method in a new thread. |
Annotation and AOP based utility classes.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||