Derive your Notifications handler from this class if your handler just wants to be notified of one or two types of pubsub events. Then just override the desired methods. The rest of the notifications will automatically be ignored.
notifyDeadListener |
|
notifyDelTopic |
|
notifyNewTopic |
|
notifySend |
|
notifySubscribe |
|
notifyUnsubscribe |
IgnoreNotificationsMixin
(INotificationHandler)¶Derive your Notifications handler from this class if your handler just wants to be notified of one or two types of pubsub events. Then just override the desired methods. The rest of the notifications will automatically be ignored.
notifyDeadListener
(self, pubListener, topicObj)¶notifyDelTopic
(self, topicName)¶notifyNewTopic
(self, topicObj, description, required, argsDocs)¶notifySend
(self, stage, topicObj, pubListener=None)¶notifySubscribe
(self, pubListener, topicObj, newSub)¶notifyUnsubscribe
(self, pubListener, topicObj)¶