|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=SOURCE) @Target(value=METHOD) public @interface UiThreadDelayed
Should be used on method that must be run in the Ui thread, after the specified amount of time elapses. The annotation value is the delay (in milliseconds) until the method will be executed.
Required Element Summary | |
---|---|
long |
value
|
Element Detail |
---|
public abstract long value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |