Packageorg.pranaframework.cairngorm.commands
Classpublic class AbstractResponderCommand
Implementscom.adobe.cairngorm.commands.ICommand, IBusinessDelegateAware, mx.rpc.IResponder



Public Properties
 PropertyDefined by
  businessDelegate : IBusinessDelegate
AbstractResponderCommand
Public Methods
 MethodDefined by
  
AbstractResponderCommand
  
execute(event:CairngormEvent):void
AbstractResponderCommand
  
fault(info:Object):void
AbstractResponderCommand
  
result(data:Object):void
AbstractResponderCommand
Property detail
businessDelegateproperty
businessDelegate:IBusinessDelegate  [read-write]Implementation
    public function get businessDelegate():IBusinessDelegate
    public function set businessDelegate(value:IBusinessDelegate):void
Constructor detail
AbstractResponderCommand()constructor
public function AbstractResponderCommand()
Method detail
execute()method
public function execute(event:CairngormEvent):voidParameters
event:CairngormEvent
fault()method 
public function fault(info:Object):voidParameters
info:Object
result()method 
public function result(data:Object):voidParameters
data:Object