Package | com.soma.core.interfaces |
Interface | public interface IWire |
Implementors | Wire |
Author: Romuald Quantin - www.soundstep.com
Resources: http://www.soundstep.com/downloads/somacore
Actionscript version: 3.0
Copyright: Mozilla Public License 1.1 (MPL 1.1) http://www.opensource.org/licenses/mozilla1.1.php
See also
Method | Defined By | ||
---|---|---|---|
dispose():void
Method that you can overwrite, called by the framework when the model is removed. | IWire | ||
getName():String
Retrieves the name of the wire. | IWire | ||
initialize():void
Method that you can overwrite, called by the framework when the model is initialized. | IWire | ||
setName(name:String):void
Sets the name of the wire. | IWire |
instance | property |
instance:ISoma
Instance of the framework.
public function get instance():ISoma
public function set instance(value:ISoma):void
dispose | () | method |
public function dispose():void
Method that you can overwrite, called by the framework when the model is removed.
getName | () | method |
public function getName():String
Retrieves the name of the wire.
ReturnsString — A String.
|
initialize | () | method |
public function initialize():void
Method that you can overwrite, called by the framework when the model is initialized.
setName | () | method |
public function setName(name:String):void
Sets the name of the wire.
Parameters
name:String — A String.
|