Classes |
Event |
Observed event structure, contains useful informations about the
observed event. |
EventsCodes |
Events codes corresponding to events which can be watched. |
ProcessEvent |
Class for processing event objects, can be specialized via
subclassing, thus its behavior can be overrided: |
SimpleINotify |
Simple (non-threaded) INotify class, provides tools for watching files
or directories, for reading notifications of events, and for processing
these events. |
ThreadedINotify |
Threaded INotify class, inherits from threading.Thread to instantiate
a separate thread and from SimpleINotify. |