| Class | Description | |
|---|---|---|
| ActionHelper | This class is passed into the first parameter of the constructor of your action class | |
| Performance | 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 | This is the class that your model (or model singleton) will extend from. | |
| SuperModelEvent | Custom events for flashMVC. |