Interface FileWatch


public interface FileWatch
A source for file change events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stops watching for changes.
    void
    Blocks until the next change occurs, or this watch is closed.