Package de.chris_soft.nanodoa.misc

Examples of de.chris_soft.nanodoa.misc.TempFilesDeletionThread


    // Start document input thread.
    God.documentInputManagement.start();

    // Start thread that deletes old files.
    new TempFilesDeletionThread();

    // Start thread for searching for new versions of NanoDoA.
    new SystemUpdateThread();

    return true;
View Full Code Here

TOP

Related Classes of de.chris_soft.nanodoa.misc.TempFilesDeletionThread

Copyright © 2018 www.massapicom. All rights reserved.
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.