Uses of Interface
net.timewalker.ffmq4.utils.async.AsyncTask
-
Packages that use AsyncTask Package Description net.timewalker.ffmq4.utils.async -
-
Uses of AsyncTask in net.timewalker.ffmq4.utils.async
Methods in net.timewalker.ffmq4.utils.async with parameters of type AsyncTask Modifier and Type Method Description voidAsyncTaskManager. cancelTask(AsyncTask task)Cancel a task for the manager queuevoidAsyncTaskManager. execute(AsyncTask task)Asynchronously execute the given taskprotected voidAsyncTaskProcessorThread. setTask(AsyncTask target)Set the next task to be executed by this thread
-