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

net.anotheria.util.tools.Worker Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
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