Phoenix Logo

phoenix_title wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin

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.


class_hierarchy Class Hierarchy

Inheritance diagram for class IgnoreNotificationsMixin:

api Class API



class 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.


Methods



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)