 wx.lib.delayedresult.SenderCallAfter
  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:
 
 
 Methods Summary
 Methods Summary
 
 Class 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={})