Interface Watcher.FileEventListener

  • Enclosing class:
    Watcher

    public static interface Watcher.FileEventListener
    • Method Summary

      Modifier and Type Method Description
      void entryEvent​(java.nio.file.WatchEvent.Kind type, java.nio.file.Path entry)  
    • Method Detail

      • entryEvent

        void entryEvent​(java.nio.file.WatchEvent.Kind type,
                        java.nio.file.Path entry)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception