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

.. highlight:: python



.. _wx.lib.delayedresult.SenderCallAfter:

==========================================================================================================================================
|phoenix_title|  **wx.lib.delayedresult.SenderCallAfter**
==========================================================================================================================================

This sender sends the delayed result produced in the worker thread
to a callable in the main thread, via wx.CallAfter.



|

|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>SenderCallAfter</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.lib.delayedresult.SenderCallAfter_inheritance.svg" alt="Inheritance diagram of SenderCallAfter" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.lib.delayedresult.SenderCallAfter.html" title="This sender sends the delayed result produced in the worker thread" alt="" coords="5,82,293,111"/> <area shape="rect" id="node2" href="wx.lib.delayedresult.Sender.html" title="Base class for various kinds of senders. A sender sends a result" alt="" coords="36,5,262,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


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

:class:`wx.lib.delayedresult.Sender`

|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.lib.delayedresult.SenderCallAfter.__init__`                           The optional jobID can be anything that you want to use to
================================================================================ ================================================================================


|


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


.. class:: SenderCallAfter( Sender )

   This sender sends the delayed result produced in the worker thread
   to a callable in the main thread, via wx.CallAfter.

   .. method:: __init__(self, listener, jobID=None, args=(), kwargs={})

      The optional jobID can be anything that you want to use to
      track which sender particular results come from. 


