.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2017 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.pubsub.utils.notification .. highlight:: python .. _wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin: ========================================================================================================================================== |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 ================================= .. raw:: html
Inheritance diagram for class IgnoreNotificationsMixin:

| |super_classes| Known Superclasses ================================== :class:`wx.lib.pubsub.core.notificationmgr.INotificationHandler` | |method_summary| Methods Summary ================================ ===================================================================================== ================================================================================ :meth:`~wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin.notifyDeadListener` :meth:`~wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin.notifyDelTopic` :meth:`~wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin.notifyNewTopic` :meth:`~wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin.notifySend` :meth:`~wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin.notifySubscribe` :meth:`~wx.lib.pubsub.utils.notification.IgnoreNotificationsMixin.notifyUnsubscribe` ===================================================================================== ================================================================================ | |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. .. method:: notifyDeadListener(self, pubListener, topicObj) .. method:: notifyDelTopic(self, topicName) .. method:: notifyNewTopic(self, topicObj, description, required, argsDocs) .. method:: notifySend(self, stage, topicObj, pubListener=None) .. method:: notifySubscribe(self, pubListener, topicObj, newSub) .. method:: notifyUnsubscribe(self, pubListener, topicObj)