.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc

.. currentmodule:: wx.lib.pubsub.core.listenerimpl

.. highlight:: python



.. _wx.lib.pubsub.core.listenerimpl.ListenerValidator:

==========================================================================================================================================
|phoenix_title|  **wx.lib.pubsub.core.listenerimpl.ListenerValidator**
==========================================================================================================================================

Do not accept any required args or *args; accept any **kwarg, 
and require that the Listener have at least all the kwargs (can 
have extra) of Topic.



|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>ListenerValidator</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.pubsub.core.listenerimpl.ListenerValidator_inheritance.svg" alt="Inheritance diagram of ListenerValidator" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.pubsub.core.listenerimpl.ListenerValidator.html" title="Do not accept any required args or *args; accept any **kwarg," alt="" coords="5,82,376,111"/> <area shape="rect" id="node2" href="wx.lib.pubsub.core.listenerbase.ValidatorBase.html" title="Validates listeners. It checks whether the listener given to" alt="" coords="13,5,369,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|super_classes| Known Superclasses
==================================

:class:`wx.lib.pubsub.core.listenerbase.ValidatorBase`

|


|api| Class API
===============


.. class:: ListenerValidator(ValidatorBase)

   Do not accept any required args or *args; accept any **kwarg, 
   and require that the Listener have at least all the kwargs (can 
   have extra) of Topic.

