|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface MainInvoker
An annotation that identifies the main Presents Invoker. Code that requires the ability
to post units for execution on the main invoker thread can inject this queue like so:
@Inject @MainInvoker Invoker _invoker;
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||