com.googlecode.androidannotations.annotations
Annotation Type UiThread


@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
           
 

delay

public abstract long delay
Default:
0L


Copyright © 2010-2013. All Rights Reserved.