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

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

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

Classes in com.github.ignition.core.tasks that implement IgnitedAsyncTaskContextHandler
 class IgnitedAsyncTask<ContextT extends Context,ParameterT,ProgressT,ReturnT>
          An extension to AsyncTask that removes some of the boilerplate that's typically involved.
 

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



Copyright © 2012. All Rights Reserved.