Interface FileServerUtility.FileWatcherCallback

Enclosing class:
FileServerUtility

public static interface FileServerUtility.FileWatcherCallback
Callback interface for file watcher events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(WatchEvent<?> event, Path rootDir)
     
  • Method Details