public event updated as FileWatcherEvent
Emitted when an existing watched file changes size or timestamp.
updated is the preferred name; modified remains available as a compatibility alias and receives the same payload.
watcher.updated += lambda(e: FileWatcherEvent): print(e.size)