org.androidannotations.api
Class BackgroundExecutor.Task
java.lang.Object
org.androidannotations.api.BackgroundExecutor.Task
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- BackgroundExecutor
public abstract static class BackgroundExecutor.Task
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackgroundExecutor.Task
public BackgroundExecutor.Task(String id,
int delay,
String serial)
run
public void run()
- Specified by:
run
in interface Runnable
execute
public abstract void execute()
Copyright © 2010-2014. All Rights Reserved.