com.googlecode.androidannotations.annotations
Annotation Type UiThreadDelayed


@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

value

public abstract long value


Copyright © 2010-2012. All Rights Reserved.