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

uriSchemeHandler.RealURISchemeHandler Maven / Gradle / Ivy

The newest version!
package uriSchemeHandler;

import java.io.IOException;
import java.net.URI;

public interface RealURISchemeHandler {

	void open(URI uri) throws IOException;
	void register(String schemeName, String applicationPath) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy