These properties were always intended to be *private*, so let's use modern JS features to actually enforce that.
EventBus
The size of the `web/ui_utils.js` file has increased over time, as more code has been added to (or moved into) that file. To reduce its size slightly, this patch moves the event-related functionality into a separate file.