
net.yapbam.data.ProgressReport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yapbam-commons Show documentation
Show all versions of yapbam-commons Show documentation
Commons Yapbam classes used by desktop and Android versions.
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