Home | Trees | Indices | Help |
|
---|
|
object --+ | NetworkListener
Network listener abstract class. Forwards data to multiple subscribed observers and can have a single callback to get data forwarded to.
Methods that MUST be implemented by an inheriting class:
observers and the data callback run() method MUST call self.forward_data(data, addr). Note that addr is optional.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructor for the NetworkListener class
|
Forwards data to the subscribed observers and to the data callback.
|
Subscribes an observer for data forwarding.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 9 22:24:57 2009 | http://epydoc.sourceforge.net |