| Package | com.jadbox.flashmvc |
| Class | public final class Performance |
| Property | Defined by | ||
|---|---|---|---|
| name : String
Name of the action class
| Performance | ||
| onComplete : Function
OnCompete function for when the class executes successfully.
| Performance | ||
| onFail : Function
OnFail function for when the class designates that it failed.
| Performance | ||
| params : Array
Paremeters for the action class
| Performance | ||
| status : String | Performance | ||
| superModel : SuperModel
Internal only - DO NOT USE
| Performance | ||
| Method | Defined by | ||
|---|---|---|---|
|
Performance(name:String = "", onComplete:Function = null, onFail:Function = null, ... params)
Main contructor that can take in all the class fields.
| Performance | ||
| name | property |
public var name:StringName of the action class
| onComplete | property |
public var onComplete:FunctionOnCompete function for when the class executes successfully.
| onFail | property |
public var onFail:FunctionOnFail function for when the class designates that it failed.
| params | property |
public var params:ArrayParemeters for the action class
| status | property |
public var status:String
| superModel | property |
public var superModel:SuperModelInternal only - DO NOT USE
| Performance | () | constructor |
public function Performance(name:String = "", onComplete:Function = null, onFail:Function = null, ... params)Main contructor that can take in all the class fields.
Parametersname:String (default = "") |
|
onComplete:Function (default = null) |
|
onFail:Function (default = null) |
|
... params |