Packagecom.soma.core.interfaces
Interfacepublic interface IMediator extends IWire
Implementors Mediator

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

The IMediator interface exposes the methods of a Mediator instance.

See also

com.soma.core.mediator.Mediator
com.soma.core.mediator.SomaMediators


Public Properties
 PropertyDefined By
 Inheritedinstance : ISoma
Instance of the framework.
IWire
  viewComponent : Object
View that has been mapped to the mediator instance.
IMediator
Public Methods
 MethodDefined By
 Inherited
dispose():void
Method that you can overwrite, called by the framework when the model is removed.
IWire
 Inherited
getName():String
Retrieves the name of the wire.
IWire
 Inherited
initialize():void
Method that you can overwrite, called by the framework when the model is initialized.
IWire
 Inherited
setName(name:String):void
Sets the name of the wire.
IWire
Property Detail
viewComponentproperty
viewComponent:Object

View that has been mapped to the mediator instance.


Implementation
    public function get viewComponent():Object
    public function set viewComponent(value:Object):void