class documentation
class SingleFileEventHandler(FileEventHandlerBase):
Handle modify events for a single file.
| Method | __init__ |
Constructor for SingleFileEventHandler |
| Method | disable |
Stop watching the given file. |
| Method | enable |
Watch the given file. |
| Method | process_ |
Undocumented |
| Method | process_ |
Undocumented |
| Instance Variable | _callback |
Undocumented |
| Instance Variable | _filename |
Undocumented |
| Instance Variable | _watch |
Undocumented |
Inherited from FileEventHandlerBase:
| Method | |
Adds a file watch. |
| Method | process |
Undocumented |
| Method | |
Removes a handle from the watcher. |
| Instance Variable | watch |
Inotify watch manager |