class documentation

Undocumented

Method __init__ Initializes this class.
Method process_default Called upon inotify event.
Instance Variable _cb Undocumented
Instance Variable _filename Undocumented
Instance Variable _handle Undocumented

Inherited from FileEventHandlerBase:

Method AddWatch Adds a file watch.
Method RemoveWatch Removes a handle from the watcher.
Instance Variable watch_manager Inotify watch manager
def __init__(self, wm, path, cb):

Initializes this class.

Parameters
wmInotify watch manager
path:stringFile path
cb:callableFunction called on file change
def process_default(self, event):

Called upon inotify event.

_cb =

Undocumented

_filename =

Undocumented

_handle =

Undocumented