Package gov.usgs.util
Interface FileListenerInterface
-
public interface FileListenerInterface
An object that listens for files. Typically used with a DirectoryPoller for handling files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFile(java.io.File file)
Called with any files to be processed.
-