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

net.yapbam.data.ProgressReport Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.yapbam.data;

public interface ProgressReport {
	public boolean isCancelled();
	public void setMax (int length);
	public void reportProgress(int progress);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy