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

com.darwinsys.net.GenericServer Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.darwinsys.net;

public interface GenericServer {
	public void runServer();
	public void handleError(Exception e);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy