Package com.github.ignition.core.tasks

Interface Summary
IgnitedAsyncTask.IgnitedAsyncTaskCallable<ContextT extends Context,ParameterT,ProgressT,ReturnT>  
IgnitedAsyncTaskContextHandler<ProgressT,ReturnT> To be implemented by Context classes that whish to receive callbacks about task status and progress updates.
IgnitedAsyncTaskHandler<ContextT extends Context,ProgressT,ReturnT> To be implemented by classes that whish to receive callbacks about task status and progress updates.
 

Class Summary
IgnitedAsyncTask<ContextT extends Context,ParameterT,ProgressT,ReturnT> An extension to AsyncTask that removes some of the boilerplate that's typically involved.
IgnitedAsyncTaskDefaultHandler<ContextT extends Context,ProgressT,ReturnT> Default implementation of the delegate handler interface with all callbacks methods defined to have empty bodies.
 



Copyright © 2012. All Rights Reserved.