This daemon runs perodically after being {@link #start}ed until it is {@link #stop}ped. Whilst it is running it executes the task provided to it each time it is invoked. To allow clean VM exit it is necessary to use the {@link #stop} method because the timer thread used does not (accordingto Sun's JavaDoc) run as a daemon thread.
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.