org.fuin.aspects4swing
Annotation Type InvokeLater


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

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



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