BASE PACKAGE: Controllers holds the BaseApplicationController and BaseDisplayController. Both of them, you'll want to override! EXTEND THESE 2 CLASSES WITHIN TO USE THIS FRAMEWORK! Extend both classes with ApplicationControllerXX and BaseDisplayControllerXX to implement this framework correctly at your project!!! Make sure to hop through the documentation of both classes...



Classes
 ClassDescription
 BaseApplicationController IMPORTANT FRAMEWORK CLASS: The BaseApplicationController Class is the frist of 2 controllers every application needs to EXTEND with its own ApplicationController class! This is basically a extended class of an UIComponent and THIS controller will also automatically add to your stage as a children (invisible) to give it the power to do callLater asychronous calling, especially for the startup phases.
 BaseDisplayController IMPORTANT FRAMEWORK CLASS: The BaseDisplayController is the second class every application MUST extend and override a few protected functions to operate as intended.