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

cn.zhucongqi.server.core.IServer Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
/**
 * 
 */
package cn.zhucongqi.server.core;

/**
 * IServer.java
 * @author Jobsz
 *
 */
public interface IServer {

	public String serverName();
	
	public Integer serverId();
	
	public boolean launchServer(Integer serverId);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy