Home | Trees | Index | Help |
---|
Package beepy :: Package core :: Module _util :: Class Monitor |
|
object
--+ |_Verbose
--+ |Thread
--+ |LoopingThread
--+ | Monitor
Method Summary | |
---|---|
__init__(self,
errEvent,
timeout,
name)
| |
handleError is an abstract function for handling whatever errors you might encounter. | |
loop(self)
| |
Add an isMonitored object to my list of monitored objects. | |
stop(self)
| |
Remove object from the list of monitored objects | |
Inherited from LoopingThread | |
| |
| |
| |
Inherited from Thread | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from _Verbose | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T |
Class Variable Summary | |
---|---|
Inherited from Thread | |
bool |
_Thread__initialized = False
|
Method Details |
---|
handleError(self, exc, obj)handleError is an abstract function for handling whatever errors you might encounter. Default behaviour is just to raise them |
startMonitoring(self, monitoredObj)Add an isMonitored object to my list of monitored objects. |
stopMonitoring(self, monitoredObj)Remove object from the list of monitored objects |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 | http://epydoc.sf.net |