Abstract Thread subclass that operates in the background; when it detects the {@link WikiEngineEvent#SHUTDOWN} event,it terminates itself. Subclasses of this method need only implement the method {@link #backgroundTask()}, instead of the normal {@link Thread#run()}, and provide a constructor that passes the WikiEngine and sleep interval. This class is thread-safe.
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.