Interface Watchable

All Known Implementing Classes:
Path, PathImpl

public interface Watchable
A watchable is an object that can be registered with a WatchService to be monitored for changes via it's register methods. The watchable only defines an interface, use Path to actually watch directories.