Return to table of contents
After the application is initialized, Event “applicationComplete” is dispatched and the following function is called:
// in employeedirectory.mxml ui.init();
Go to ApplicationUI.mxml, we find ui.init() issues the InitApplicationCommand. The process can be shown in the following diagram: