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 © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.