| Home | Trees | Indices | Help |
|---|
|
|
This notifier inherits from threading.Thread for instantiating a separate thread, and also inherits from Notifier, because it is a threaded notifier.
This class is only maintained for legacy reasons, everything possible with this class is also possible with Notifier, but Notifier is _better_ under many aspects (not threaded, can be daemonized, won't unnecessarily read for events).
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
Thread's main loop. don't meant to be called by user directly. Call start() instead. Events are read only once time every min(read_freq, timeout) seconds at best and only if the size to read is >= treshold.
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Sun Aug 10 13:37:38 2008 | http://epydoc.sourceforge.net |