com.alexkasko.installer.DaemonLauncher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of windows-service-installer-common Show documentation
Show all versions of windows-service-installer-common Show documentation
Maven plugin to build installers with Windows service support.
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