Delegate class instantiated by the application which serves as a wrapper class for the MVC triad
classes within the MVC triad are never referenced directly by the application, instead they must
access them via the BlogLinksDelegate class.
public var blogLinksController:BlogLinksController
public var blogLinksModel:BlogLinksModel
public var blogLinksView:BlogLinksView
public function BlogLinksDelegate()
Instantiates the Model, View and Controller classes for this component
public function getController():BlogLinksController
returns the instance of the Controller to the application for reference
Returns
public function getModel():BlogLinksModel
returns the instance of the model to the application for reference
Returns
public function getView():BlogLinksView
returns the instance of the View to the application for reference
Returns
Sun Oct 8 2006, 10:05 PM GMT-04:00