Classes |
Event |
This class contains all the useful informations about the observed
event. |
EventsCodes |
Set of codes corresponding to each kind of events. |
Notifier |
Read notifications, process events. |
ProcessEvent |
Process events objects, can be specialized via subclassing, thus its
behavior can be overrided: |
ThreadedNotifier |
This notifier inherits from threading.Thread instantiating a separate
thread, and provide standart Notifier functionality. |
Watch |
Represent a watch, i.e. |
WatchManager |
Provide operations for watching files and directories. |
_Event |
Event structure, represent events raised by the system. |
_ProcessEvent |
Abstract processing event class. |
_Queue |
Simple Queue container. |
_RawEvent |
Raw event, it contains only the informations provided by the
system. |
_SysProcessEvent |
There is three kind of processing according to each event: |