
cn.t.tool.nettytool.launcher.Launcher Maven / Gradle / Ivy
package cn.t.tool.nettytool.launcher;
/**
* 启动器
* */
public interface Launcher {
/**
* 启动
* */
void startup();
/**
* 停止
* */
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy