Package netaddr :: Module core :: Class Subscriber
[frames] | no frames]

Class Subscriber

source code

object --+
         |
        Subscriber
Known Subclasses:

Abstract class defining interface expected by a Publisher that concrete subclass instances register with to receive updates from.

Instance Methods
 
update(self, data)
Callback function used by Publisher to notify this Subscriber about an update.
source code

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

Properties

Inherited from object: __class__