Application Listener for all the events of all the components
Hi!
I'm developing a relative complex application and I'm lost with the listeners.
I don't know how to manage all the GUI events from a class.
For example, I would like to handle the menu Actionevents, and other events related to a Jtree that is into a JPane, or the Icon ToolBar. I know how to handle them separatedly but that is not the purpose.
So, my question is: How can I know from a single main class which event has been fired and do then the core functionality of my application?
Please, let me know how can I resolve my design problem.
Thanks

