Author: ygrego Date: 2015-06-08 09:51:43 +0000 (Mon, 08 Jun 2015) New Revision: 1593 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1593 Log: Addition of method "_fireEvent". Modified: oipf/js/impl/ApplicationManagerObject.js Modified: oipf/js/impl/ApplicationManagerObject.js =================================================================== --- oipf/js/impl/ApplicationManagerObject.js 2015-06-08 09:41:49 UTC (rev 1592) +++ oipf/js/impl/ApplicationManagerObject.js 2015-06-08 09:51:43 UTC (rev 1593) @@ -26,6 +26,11 @@ _createRootApplication: function() { this._rootApplication = new Application(window, this); + }, + + _fireEvent: function(type, params) { + var event = createCustomEvent(type, params); + this._eventManager.fireEvent(event, this); } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org