Using a synchronous event handler: Send event handler output to the TeamForge UI

When we have extracted all data available to the event handler, how do we interact with the user interface?

Note: Only synchronous event handlers can directly communicate with the UI, because if the event has already happened (as it has, in the case of asynchronous handlers), the user who triggered the event may already have been logged out.