Trees | Index | Help |
|
---|
Module pyinotify :: Class ThreadedNotifier |
|
object
--+ |Notifier
--+ |object
--+ | | |_Verbose
--+ | | |Thread
--+ | ThreadedNotifier
Method Summary | |
---|---|
Initialization, initialize base classes. | |
Start the thread's task: Read and process events forever (i.e. | |
Stop the notifier's thread. | |
Inherited from Thread | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from _Verbose | |
| |
Inherited from Notifier | |
bool |
Check for new events available to read, blocks up to timeout milliseconds. |
Routine for processing events from queue by calling their associated proccessing function (instance of ProcessEvent). | |
Read events from device, build _RawEvents, and enqueue them. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from Thread | |
bool |
_Thread__initialized = False
|
Method Details |
---|
__init__(self,
watch_manager,
default_proc_fun=<pyinotify.ProcessEvent object at 0x4026d1ec>)
Initialization, initialize base classes.
|
run(self)Start the thread's task: Read and process events forever (i.e. until the method stop() is called). Don't call this method directly, instead call the start() method inherited from threading.Thread.
|
stop(self)Stop the notifier's thread. Stop notification.
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Feb 17 02:40:18 2007 | http://epydoc.sf.net |