| 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:ISomaInstance of the framework.
public function get instance():ISoma public function set instance(value:ISoma):void| dispose | () | method |
public function dispose():voidMethod that you can overwrite, called by the framework when the model is removed.
| getName | () | method |
public function getName():StringRetrieves the name of the wire.
ReturnsString — A String.
|
| initialize | () | method |
public function initialize():voidMethod that you can overwrite, called by the framework when the model is initialized.
| setName | () | method |
public function setName(name:String):voidSets the name of the wire.
Parameters
name:String — A String.
|