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

com.github.paganini2008.devtools.io.Progressable Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package com.github.paganini2008.devtools.io;

/**
 * 
 * Progressable
 * 
 * @author Fred Feng
 * @revised 2019-05
 * @created 2013-06
 * @version 1.0
 */
public interface Progressable {

	void progress(int fileCount, int folderCount, long length, float completedRatio, long elapsed);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy