Packagecom.soma.core.interfaces
Interfacepublic 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

com.soma.core.wire.Wire
com.soma.core.wire.SomaWires


Public Properties
 PropertyDefined By
  instance : ISoma
Instance of the framework.
IWire
Public Methods
 MethodDefined 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
Property Detail
instanceproperty
instance:ISoma

Instance of the framework.


Implementation
    public function get instance():ISoma
    public function set instance(value:ISoma):void
Method Detail
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.

Returns
String — 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.