|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=METHOD) public @interface UiThread
Should be used on method that must be run in the Ui thread The annotation parameter delay is the delay (in milliseconds) until the method will be executed. The default is 0 (no delay).
Optional Element Summary | |
---|---|
long |
delay
|
public abstract long delay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |