Example #1
0
 private AsyncTask(runInUIThread method)
 {
     mAsyncTaskInterfaceDelegate.runInUIThread = method;
 }
Example #2
0
 public static void runInUIThread(runInUIThread method)
 {
     new AsyncTask(method).executeToUIThread();
 }