| Package | com.soma.core.interfaces |
| Interface | public 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
| Method | Defined By | ||
|---|---|---|---|
execute(event:Event):void
Method called by the framework, this is the execution of the command. | ICommand | ||
| execute | () | method |
public function execute(event:Event):voidMethod 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.
|