Packagecom.bourre.ioc.control
Classpublic class BuildInt
InheritanceBuildInt Inheritance AbstractCommand

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Command to build int object.

See also

Constructor
ConstructorExpert


Protected Properties
 PropertyDefined by
 Inherited_owner : Plugin
A reference to the plugin owner of this command.
AbstractCommand
Public Methods
 MethodDefined by
  
execute(e:Event = null):void
BuildInt
 Inherited
Returns the exclusive logger object owned by the plugin.
AbstractCommand
 Inherited
getModel(key:String):AbstractModel
Returns a reference to the model AbstractModel.
AbstractCommand
 Inherited
Returns a reference to the owner of this command.
AbstractCommand
 Inherited
getView(key:String):AbstractView
Returns a reference to the view AbstractView.
AbstractCommand
 Inherited
isModelRegistered(key:String):Boolean
Check if a model AbstractModel is registered with passed key in owner's ModelLocator.
AbstractCommand
 Inherited
isViewRegistered(key:String):Boolean
Check if a view AbstractView is registered with passed key in owner's ViewLocator.
AbstractCommand
 Inherited
setOwner(owner:Plugin):void
Defines the plugin owner of this command.
AbstractCommand
 Inherited
toString():String
Returns the string representation of this instance.
AbstractCommand
Protected Methods
 MethodDefined by
 Inherited
firePrivateEvent(e:Event):void
Fires a private event directly on this command's owner.
AbstractCommand
Method detail
execute()method
public override function execute(e:Event = null):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
e:Event (default = null)