Uses of Interface
com.github.ignition.core.tasks.IgnitedAsyncTaskHandler

Packages that use IgnitedAsyncTaskHandler
com.github.ignition.core.tasks   
 

Uses of IgnitedAsyncTaskHandler in com.github.ignition.core.tasks
 

Classes in com.github.ignition.core.tasks that implement IgnitedAsyncTaskHandler
 class IgnitedAsyncTask<ContextT extends Context,ParameterT,ProgressT,ReturnT>
          An extension to AsyncTask that removes some of the boilerplate that's typically involved.
 class IgnitedAsyncTaskDefaultHandler<ContextT extends Context,ProgressT,ReturnT>
          Default implementation of the delegate handler interface with all callbacks methods defined to have empty bodies.
 

Methods in com.github.ignition.core.tasks that return IgnitedAsyncTaskHandler
 IgnitedAsyncTaskHandler<ContextT,ProgressT,ReturnT> IgnitedAsyncTask.getDelegateHandler()
          If you have connected a Context or POJO which implements the IgnitedAsyncTaskHandler interface, this instance will be returned.
 

Methods in com.github.ignition.core.tasks with parameters of type IgnitedAsyncTaskHandler
 void IgnitedAsyncTask.connect(IgnitedAsyncTaskHandler<ContextT,ProgressT,ReturnT> handler)
          Connects an IgnitedAsyncTaskHandler to this task to receive callbacks.
 



Copyright © 2012. All Rights Reserved.