Package gov.usgs.util
Interface FileListenerInterface
- All Known Implementing Classes:
InputWedge
public interface FileListenerInterface
An object that listens for files.
Typically used with a DirectoryPoller for handling files.
-
Method Summary
-
Method Details
-
onFile
Called with any files to be processed.- Parameters:
file
- file to be processed.- Throws:
Exception
-