org.androidannotations.api
Class BackgroundExecutor.Task

java.lang.Object
  extended by org.androidannotations.api.BackgroundExecutor.Task
All Implemented Interfaces:
Runnable
Enclosing class:
BackgroundExecutor

public abstract static class BackgroundExecutor.Task
extends Object
implements Runnable


Constructor Summary
BackgroundExecutor.Task(String id, int delay, String serial)
           
 
Method Summary
abstract  void execute()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundExecutor.Task

public BackgroundExecutor.Task(String id,
                               int delay,
                               String serial)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

execute

public abstract void execute()


Copyright © 2010-2014. All Rights Reserved.