Package org.fuin.aspects4swing

Annotation and AOP based utility classes.

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.
 

Package org.fuin.aspects4swing Description

Annotation and AOP based utility classes.



Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.