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.


 ClassPackageDescription
 ActionBinder
com.jadbox.flashmvc.flex Wraps FlashMVC SuperModel operations for a single action to a MXML component for ease of use.
 ActionHelper
com.jadbox.flashmvc This class is passed into the first parameter of the constructor of your action class
 ClassUtil
com.jadbox.flashmvc.utils 
 Logger
com.jadbox.flashmvc.utils 
 Performance
com.jadbox.flashmvc SuperModel can process a Performance class that mocks up the command that needs to run, its params, and a callback for success and fail.
 SuperModel
com.jadbox.flashmvc This is the class that your model (or model singleton) will extend from.
 SuperModelEvent
com.jadbox.flashmvc Custom events for flashMVC.