 wx.lib.delayedresult.AbortEvent
  wx.lib.delayedresult.AbortEvent
Convenience class that represents a kind of threading.Event that
raises AbortedException when called (see the __call__ method, everything
else is just to make it look like threading.Event).
 Class Hierarchy
 Class Hierarchy

Inheritance diagram for class 
AbortEvent:
 
 
 Methods Summary
 Methods Summary
 
 Class API
 Class API
- 
class AbortEvent
- Convenience class that represents a kind of threading.Event that
raises AbortedException when called (see the __call__ method, everything
else is just to make it look like threading.Event). 
 - Methods
 
 - 
- 
__init__(self)