org.fuin.utils4swing.annotations
Annotation Type InvokeLater


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

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



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