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

xsbti.compile.CompileProgress Maven / Gradle / Ivy

There is a newer version: 0.13.15
Show newest version
package xsbti.compile;

public interface CompileProgress {
	void startUnit(String phase, String unitPath);

	boolean advance(int current, int total);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy