|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.android_scripting.MainThread
public class MainThread
| Method Summary | ||
|---|---|---|
static
|
run(Context context,
java.util.concurrent.Callable<T> task)
Executed in the main thread, returns the result of an execution. |
|
static void |
run(Context context,
java.lang.Runnable task)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> T run(Context context,
java.util.concurrent.Callable<T> task)
public static void run(Context context,
java.lang.Runnable task)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||