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

com.github.euler.core.Source Maven / Gradle / Ivy

package com.github.euler.core;

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

public interface Source {

    void scan(URI uri, SourceListener listener) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy