SAP UI5 事件管理机制的源代码可以在 Device.js
文件里找到:
源代码位置:https://sapui5.hana.ondemand.com/resources/sap/ui/Device-dbg.js
//******** Event Management ******** (see Event Provider)
var mEventRegistry = {
};
function attachEvent(sEventId, fnFunction, oListener