|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||