A simple wrapper for any Task so that it can be run asynchronously on its own thread. The execute() method of the task is simply run on this thread and any errors that may occur during execution are handled by a specified ErrorHandler.
@author dan.rogers
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.