A Thread that invokes a single method, then exits.
This is convenient in situations where some method should run in a separate thread, but it is either inconvenient or inappropriate to write a Runnable to do the work.
@author Chris Wilper
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.