Class: EventThread
This class extends the core thread class to start a new thread of control.
Constructor
__init__ (self, queue)
Constructor. Initialize the thread class as well as the event queue.
Methods
isAlive (self)
isAlive (self)
isDaemon (self)
join (self, timeout=None)
run (self)
Execute each event handler in a new thread.
setDaemon (self, daemonic)
setName (self, name)
start (self)
Properties
daemon
Read/Write
ident
Read only
name
Read/Write