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 | |
|---|---|---|---|
| AbstractServices
| org.mymvc | Used to manage all services defined on the IServiceLocator instance. | |
| IServiceLocator
| org.mymvc | IServiceLocator defines an interface for service locator. | |
| IServices
| org.mymvc | IServices defines an interface for managing services on an IServiceLocator. | |
| MyMVCCommand
| org.mymvc | This provides a common interface to all Command classes. | |
| MyMVCController
| org.mymvc | This is a controller class. | |
| MyMVCEvent
| org.mymvc | MyMVCEvent also provides 3 additional information: data (content of event), who (the object that dispatched the event) and what (the function that dispatched the event). | |
| MyMVCRadioStation
| org.mymvc | MyMVCRadioStation provides a command event broadcast system. | |
| ServiceLocator
| org.mymvc | The ServiceLocator allows service to be located and security credentials to be managed. |