Interface FileWatcher

All Known Implementing Classes:
ConfigurationFileWatcher, ScriptManager, WrappedFileWatcher

public interface FileWatcher
Watches for changes in a File and performs an action when the file is modified.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a WatchManager detects that the given File changed.
  • Method Details

    • fileModified

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