| Package | com.bourre.ioc.control |
| Class | public class BuildInt |
| Inheritance | BuildInt AbstractCommand |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
See also
| Method | Defined by | ||
|---|---|---|---|
|
execute(e:Event = null):void
| BuildInt | ||
![]() |
Returns the exclusive logger object owned by the plugin.
| AbstractCommand | |
![]() |
getModel(key:String):AbstractModel
Returns a reference to the model
AbstractModel. | AbstractCommand | |
![]() |
Returns a reference to the owner of this command.
| AbstractCommand | |
![]() |
getView(key:String):AbstractView
Returns a reference to the view
AbstractView. | AbstractCommand | |
![]() |
isModelRegistered(key:String):Boolean
Check if a model
AbstractModel is registered
with passed key in owner's ModelLocator. | AbstractCommand | |
![]() |
isViewRegistered(key:String):Boolean
Check if a view
AbstractView is registered
with passed key in owner's ViewLocator. | AbstractCommand | |
![]() |
Defines the plugin owner of this command.
| AbstractCommand | |
![]() |
toString():String
Returns the string representation of this instance.
| AbstractCommand | |
| execute | () | method |
public override function execute(e:Event = null):void
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
e:Event (default = null) |