|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextTask | |
|---|---|
| org.solovyev.android.tasks | |
| Uses of ContextTask in org.solovyev.android.tasks |
|---|
| Subinterfaces of ContextTask in org.solovyev.android.tasks | |
|---|---|
interface |
NamedContextTask<C extends Context,V>
User: serso Date: 4/8/13 Time: 9:17 PM |
| Methods in org.solovyev.android.tasks with parameters of type ContextTask | ||
|---|---|---|
static
|
Tasks.toTask(C context,
ContextTask<C,V> task)
Method converts specified context task to Task |
|
static
|
Tasks.toUiThreadTask(A activity,
ContextTask<A,V> task)
The only difference from Tasks#toTask(C, ContextTask is that all ContextCallback
method calls will be done on UI thread (main application thread) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||