|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextCallback | |
|---|---|
| org.solovyev.android.tasks | |
| Uses of ContextCallback in org.solovyev.android.tasks |
|---|
| Subinterfaces of ContextCallback in org.solovyev.android.tasks | |
|---|---|
interface |
ContextTask<C extends Context,V>
User: serso Date: 4/8/13 Time: 9:17 PM |
interface |
NamedContextTask<C extends Context,V>
User: serso Date: 4/8/13 Time: 9:17 PM |
| Classes in org.solovyev.android.tasks that implement ContextCallback | |
|---|---|
class |
TaskOverlayDialog<V>
Task overlay dialog - masks the whole screen and prevents user to do anything until task has been finished |
| Methods in org.solovyev.android.tasks with parameters of type ContextCallback | ||
|---|---|---|
static
|
Tasks.toFutureCallback(C context,
ContextCallback<C,V> callback)
Method convert specified context callback to FutureCallback. |
|
static
|
Tasks.toUiThreadFutureCallback(A activity,
ContextCallback<A,V> callback)
The only difference from Tasks#toFutureCallback(A, ContextCallback ) is that all ContextCallback
method calls will be done on UI thread (main application thread) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||