Package gov.usgs.util
Interface FileListenerInterface
-
public interface FileListenerInterfaceAn 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 voidonFile(java.io.File file)Called with any files to be processed.
-