class documentation
class FileEventHandler(asyncnotifier.FileEventHandlerBase):
Undocumented
| Method | __init__ |
Initializes this class. |
| Method | process |
Called upon inotify event. |
| Instance Variable | _cb |
Undocumented |
| Instance Variable | _filename |
Undocumented |
| Instance Variable | _handle |
Undocumented |
Inherited from FileEventHandlerBase:
| Method | |
Adds a file watch. |
| Method | |
Removes a handle from the watcher. |
| Instance Variable | watch |
Inotify watch manager |