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 | |
---|---|---|---|
Controller
| org.puremvc.as3.core |
A Singleton IController implementation. |
|
Facade
| org.puremvc.as3.patterns.facade |
A base Singleton IFacade implementation. |
|
ICommand
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Command. | |
IController
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Controller. | |
IFacade
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Facade. | |
IMediator
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Mediator. | |
IModel
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Model. | |
INotification
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Notification. | |
INotifier
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Notifier. | |
IObserver
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Observer. | |
IProxy
| org.puremvc.as3.interfaces | The interface definition for a PureMVC Proxy. | |
IView
| org.puremvc.as3.interfaces | The interface definition for a PureMVC View. | |
MacroCommand
| org.puremvc.as3.patterns.command |
A base ICommand implementation that executes other ICommand s. |
|
Mediator
| org.puremvc.as3.patterns.mediator |
A base IMediator implementation. |
|
Model
| org.puremvc.as3.core |
A Singleton IModel implementation. |
|
Notification
| org.puremvc.as3.patterns.observer |
A base INotification implementation. |
|
Notifier
| org.puremvc.as3.patterns.observer |
A Base INotifier implementation. |
|
Observer
| org.puremvc.as3.patterns.observer |
A base IObserver implementation. |
|
Proxy
| org.puremvc.as3.patterns.proxy |
A base IProxy implementation. |
|
SimpleCommand
| org.puremvc.as3.patterns.command |
A base ICommand implementation. |
|
View
| org.puremvc.as3.core |
A Singleton IView implementation. |