In XMA during SWT-event-handling the computation of new SWT-events caused directly or indirectly by the event handling code is disabled. SWT-events caused by event handling code are ignored. This behavior of XMA is done by XMA-code wraped around the event handling code of the XMA application.
If you have to use listeners directly on SWT-widgets, use the adapters in this package to wrap the event-desabling code of XMA around your event handling code.
Additionally the adapters in this package catch all Exceptions thrown directly or indirectly by your event-handling code, log them on client side and show them to the user in a message box usingPageClient.showException()
.