com.threerings.presents.annotation
Annotation Type EventQueue


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface EventQueue

An annotation that identifies the distributed object event dispatcher's RunQueue. Code that requires the ability to post runnables for execution on the event dispatcher thread can inject this queue like so: @Inject @EventQueue RunQueue _dobjq;