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 | |
|---|---|---|---|
| AsyncCommand
| org.puremvc.as3.patterns.command |
A base IAsyncCommand implementation. |
|
| AsyncMacroCommand
| org.puremvc.as3.patterns.command |
A base ICommand implementation that executes other
ICommands asynchronously. |
|
| IAsyncCommand
| org.puremvc.as3.interfaces | Interface for an Asynchronous Command. |