Packagecom.soma.core.interfaces
Interfacepublic interface ICommand

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.controller.Command


Public Methods
 MethodDefined By
  
execute(event:Event):void
Method called by the framework, this is the execution of the command.
ICommand
Method Detail
execute()method
public function execute(event:Event):void

Method called by the framework, this is the execution of the command. You can access from all the framework elements in this method (wires, commands, models, views, instance of the framework and stage).

Parameters

event:Event — Event instance dispatched to execute the command.