net.anotheria.util.tools.Worker Maven / Gradle / Ivy
package net.anotheria.util.tools;
import java.io.File;
/**
* Worker interface.
*
* @author another
* @version $Id: $Id
*/
public interface Worker {
/**
* processFile.
*
* @param file a {@link java.io.File} object.
*/
void processFile(File file);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy