Packageorg.pranaframework.puremvc.patterns.command
Classpublic class IocMacroCommand
ImplementsIIocCommand, org.puremvc.as3.interfaces.INotifier

Description wannabe.

Author: Damir Murat
Version: $Revision: 431 $, $Date: 2008-03-27 10:51:09 +0100 (Thu, 27 Mar 2008) $, $Author: dmurat1 $
Since: 0.4



Protected Properties
 PropertyDefined by
  facade : IFacade
[read-only]
IocMacroCommand
  iocFacade : IIocFacade
[read-only]
IocMacroCommand
Public Methods
 MethodDefined by
  
IocMacroCommand
  
execute(p_note:INotification):void
IocMacroCommand
  
sendNotification(p_noteName:String, p_body:Object = null, p_type:String = null):void
IocMacroCommand
Protected Methods
 MethodDefined by
  
addSubCommand(p_commandClassRef:Class):void
IocMacroCommand
  
IocMacroCommand
Property detail
facadeproperty
facade:IFacade  [read-only]Implementation
    protected function get facade():IFacade
iocFacadeproperty 
iocFacade:IIocFacade  [read-only]Implementation
    protected function get iocFacade():IIocFacade
Constructor detail
IocMacroCommand()constructor
public function IocMacroCommand()
Method detail
addSubCommand()method
protected function addSubCommand(p_commandClassRef:Class):voidParameters
p_commandClassRef:Class
execute()method 
public final function execute(p_note:INotification):voidParameters
p_note:INotification
initializeMacroCommand()method 
protected function initializeMacroCommand():void
sendNotification()method 
public function sendNotification(p_noteName:String, p_body:Object = null, p_type:String = null):voidParameters
p_noteName:String
 
p_body:Object (default = null)
 
p_type:String (default = null)