argutia.tools.annotations
Annotation Type SwingThreadSafe

@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SwingThreadSafe

Cette annotation s'applique à toute méthode qui s'exécute systématiquement dans l'Event Dispatching Thread (EDT), quel que soit le thread l'ayant appelée.

Author:
Geoffroy AUBRY
See Also:
Threads and Swing, The Event Dispatch Thread, Threads et performance avec Swing

Argutia JavaDoc
23 décembre 2007