org.fuin.aspects4swing
Annotation Type InvokeAndWait


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface InvokeAndWait

Use this annotation to assure the annotated method is invoked in the EDT thread with SwingUtilities.invokeAndWait(Runnable).



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