Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| BlogLinksController
| com.ericfeminella.blogs.controller | Processes all user input dispatched from the view and determines how to interpret the information in regards to both Model and View | |
| BlogLinksDelegate
| com.ericfeminella.blogs.delegate |
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. |
|
| BlogLinksEventManager
| com.ericfeminella.blogs.events | Provides a single access point for all event handling within the MVC triad | |
| BlogLinksEvents
| com.ericfeminella.blogs.events | Provides an a list of static constants which represent registered event types for the application | |
| BlogLinksModel
| com.ericfeminella.blogs.model | Provides all data, state and logic for the application | |
| BlogLinksURLLoader
| com.ericfeminella.blogs.utils | Static utility class which handles URL requests | |
| BlogLinksView
| com.ericfeminella.blogs.view | Handles visual representation of the Model as well as provides notification to the controller of all user gestures | |
| BlogLinkVO
| com.ericfeminella.blogs.model | Value Object class which represents a blog Link entity | |
| IBlogLinksDelegate
| com.ericfeminella.blogs.delegate | Delegate wrapper interface which provides three methods for accessing members of the MVC triad |