org.fuin.utils4swing.annotations
Annotation Type InvokeAndWait


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

Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeAndWait(Runnable).



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