Phoenix Logo

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

Inheritance diagram for class SenderCallAfter:

super_classes Known Superclasses

wx.lib.delayedresult.Sender


method_summary Methods Summary

__init__  

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.


Methods



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