Package gozerbot :: Module monitor :: Class Outmonitor
[hide private]
[frames] | no frames]

Class Outmonitor

source code

           object --+        
                    |        
threadloop.ThreadLoop --+    
                        |    
                  Monitor --+
                            |
                           Outmonitor

monitor for bot output (bot.send)

Instance Methods [hide private]
 
handle(self, bot, txt)
fire outmonitor callbacks
source code

Inherited from Monitor: __init__, add, unload

Inherited from threadloop.ThreadLoop: put, start, stop

Inherited from threadloop.ThreadLoop (private): _loop

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

handle(self, bot, txt)

source code 

fire outmonitor callbacks

Overrides: threadloop.ThreadLoop.handle