com.googlecode.androidannotations.api
Class BackgroundExecutor

java.lang.Object
  extended by com.googlecode.androidannotations.api.BackgroundExecutor

public class BackgroundExecutor
extends java.lang.Object


Constructor Summary
BackgroundExecutor()
           
 
Method Summary
static void execute(java.lang.Runnable runnable)
           
static void setExecutor(java.util.concurrent.Executor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundExecutor

public BackgroundExecutor()
Method Detail

execute

public static void execute(java.lang.Runnable runnable)

setExecutor

public static void setExecutor(java.util.concurrent.Executor executor)


Copyright © 2010-2012. All Rights Reserved.