Communication between modules
- by David Elentok
I have an application that consists from the following three modules:
Search (to search for objects)
List (to display the search results)
Painter (to allow me to edit objects) - this module isn't always loaded
(Each object is a figure that I can edit in the painter).
When I open an object in the painter it's added to the objects that are…