Is there a way to listen to all the events on a workbench page, without
manually adding listeners on every single widget on the page?
For example, if any of the buttons on the page is pressed, a listener is
informed, and the listener is not manually added as listener on every
button on the page.
I studied the swt source code and found each widget has its own
eventtable. so it may not be possible to listen all the events on all the
widgets, is this true?