roboguice.event.eventListener
Class RunnableAsyncTaskAdaptor
java.lang.Object
roboguice.util.SafeAsyncTask<Void>
roboguice.event.eventListener.RunnableAsyncTaskAdaptor
- All Implemented Interfaces:
- Callable<Void>
public class RunnableAsyncTaskAdaptor
- extends SafeAsyncTask<Void>
Adaptor between the SafeAsyncTask class and provided Runnable.
- Author:
- John Ericksen
Methods inherited from class roboguice.util.SafeAsyncTask |
cancel, execute, execute, executor, executor, future, handler, handler, newTask, onException, onFinally, onInterrupted, onPreExecute, onSuccess, onThrowable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
runnable
protected Runnable runnable
RunnableAsyncTaskAdaptor
public RunnableAsyncTaskAdaptor(Runnable runnable)
RunnableAsyncTaskAdaptor
public RunnableAsyncTaskAdaptor(android.os.Handler handler,
Runnable runnable)
call
public Void call()
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.