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¶
Known Superclasses¶
Methods Summary¶
The optional jobID can be anything that you want to use to |
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={})¶
The optional jobID can be anything that you want to use to track which sender particular results come from.