public class FileWatcherEvent extends FileWatchEvent:
Event payload emitted by FileWatcher.
This class is the preferred public name for file-watcher notifications. FileWatchEvent remains available as the base type for compatibility with earlier code.
watcher.updated += lambda(e: FileWatcherEvent): print(e.path)