| Package | org.springextensions.actionscript.puremvc.patterns.command |
| SVN browsing | IocManagedMacroCommand.as |
| Fisheye | IocManagedMacroCommand.as |
| Class | public class IocManagedMacroCommand |
| Inheritance | IocManagedMacroCommand org.puremvc.as3.patterns.observer.Notifier |
| Implements | IIocCommand |
The MacroCommand in PureMVC is not open for extension in this way, which requires us to make this clone of it to use it in an IoC way.
Author: Ryan Gardner
Version: $Revision: 17 $, $Date: 2008-11-01 20:07:07 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.6
| Property | Defined by | ||
|---|---|---|---|
| iocFacade : IIocFacade
[read-only]
| IocManagedMacroCommand | ||
| Method | Defined by | ||
|---|---|---|---|
| IocManagedMacroCommand | |||
|
execute(p_note:INotification):void
| IocManagedMacroCommand | ||
|
getConfigName():String
| IocManagedMacroCommand | ||
|
setConfigName(p_configName:String):void
| IocManagedMacroCommand | ||
| Method | Defined by | ||
|---|---|---|---|
|
addSubCommand(commandInstance:IIocCommand):void
| IocManagedMacroCommand | ||
|
initializeMacroCommand():void
| IocManagedMacroCommand | ||
| iocFacade | property |
| IocManagedMacroCommand | () | constructor |
public function IocManagedMacroCommand()
| addSubCommand | () | method |
protected function addSubCommand(commandInstance:IIocCommand):voidParameters
commandInstance:IIocCommand |
| execute | () | method |
public final function execute(p_note:INotification):voidParameters
p_note:INotification |
| getConfigName | () | method |
public function getConfigName():String
Returns
String |
| initializeMacroCommand | () | method |
protected function initializeMacroCommand():void
| setConfigName | () | method |
public function setConfigName(p_configName:String):voidParameters
p_configName:String |