All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alexkasko.installer.DaemonLauncher Maven / Gradle / Ivy

The newest version!
package com.alexkasko.installer;

/**
 * Interface for clients launched class to daemonize
 *
 * @author alexkasko
 * Date: 5/4/12
 */
public interface DaemonLauncher {
    /**
     * Starts application, must not block, will be called no more than once
     */
    void startDaemon();

    /**
     * Starts application, must not block, will be called no more than once
     */
    void stopDaemon();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy