[wxPython-users] "Pushing" Data to Modules
Rich Shepard
rshepard at appl-ecosys.com
Sun Dec 3 16:29:28 PST 2006
On Sun, 3 Dec 2006, Robin Dunn wrote:
> With pubsub it works exactly the same way in a multi-module app as it does
> with a single module app. You simply have one part of the application
> that subscribes to receive messages of certain topics, and another part of
> the application that publishes messages with those topics. It doesn't
> matter if they are in the same module or even the same class, or not.
Thank you, Robin. With further reading I realized this and am now working
on learning how to correctly structure the arguments to .subscribe() and
.sendMessage().
Rich
--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc.(TM) | Accelerator
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
More information about the wxpython-users
mailing list