Package gov.usgs.util

Interface FileListenerInterface


  • public interface FileListenerInterface
    An object that listens for files. Typically used with a DirectoryPoller for handling files.
    • Method Detail

      • onFile

        void onFile​(java.io.File file)
        Called with any files to be processed.
        Parameters:
        file - file to be processed.