Interface FileWatcher

    • Method Detail

      • fileModified

        void fileModified​(File file)
        Called when a WatchManager detects that the given File changed.
        Parameters:
        file - the file that changed.
        See Also:
        WatchManager