Packageorg.pranaframework.puremvc.patterns.command
Classpublic class IocSimpleCommand
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]
IocSimpleCommand
  iocFacade : IIocFacade
[read-only]
IocSimpleCommand
Public Methods
 MethodDefined by
  
IocSimpleCommand
  
execute(p_note:INotification):void
IocSimpleCommand
  
sendNotification(p_noteName:String, p_body:Object = null, p_type:String = null):void
IocSimpleCommand
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
IocSimpleCommand()constructor
public function IocSimpleCommand()
Method detail
execute()method
public function execute(p_note:INotification):voidParameters
p_note:INotification
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)