Interface DirectoryWatcher.PathEventListener

Enclosing class:
DirectoryWatcher

public static interface DirectoryWatcher.PathEventListener
  • Method Summary

    Modifier and Type Method Description
    void onEvent​(java.nio.file.WatchEvent.Kind<java.nio.file.Path> event, java.nio.file.Path path)  
  • Method Details

    • onEvent

      void onEvent​(java.nio.file.WatchEvent.Kind<java.nio.file.Path> event, java.nio.file.Path path)