Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module evtmgr :: Class EventAdapter |
|
A class that adapts incoming wxWindows events to Publish/Subscribe messages.
In other words, this is the object that's seen by the wxWindows system. Only one of these registers for any particular wxWindows event. It then relays it into the PS system, which lets many listeners respond.
Method Summary | |
---|---|
Instantiate a new adapter. | |
Destroy(self)
| |
disconnect(self)
| |
In response to a wxWindows event, send a PS message |
Method Details |
---|
__init__(self,
func,
win,
id)
Instantiate a new adapter. Pre-compute my Publish/Subscribe
topic, which is constant, and register with wxWindows. |
handleEvent(self, event)In response to a wxWindows event, send a PS message |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:03 2005 | http://epydoc.sf.net |