Uses of Interface
org.solovyev.android.tasks.ContextCallback

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
<C extends android.content.Context,V>
com.google.common.util.concurrent.FutureCallback<V>
Tasks.toFutureCallback(C context, ContextCallback<C,V> callback)
          Method convert specified context callback to FutureCallback.
static
<A extends android.app.Activity,V>
com.google.common.util.concurrent.FutureCallback<V>
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)
 



Copyright © 2013. All Rights Reserved.