| Package | org.pranaframework.cairngorm.commands |
| Class | public class AbstractResponderCommand |
| Implements | com.adobe.cairngorm.commands.ICommand, IBusinessDelegateAware, mx.rpc.IResponder |
| Property | Defined by | ||
|---|---|---|---|
| businessDelegate : IBusinessDelegate | AbstractResponderCommand | ||
| Method | Defined by | ||
|---|---|---|---|
| AbstractResponderCommand | |||
|
execute(event:CairngormEvent):void
| AbstractResponderCommand | ||
|
fault(info:Object):void
| AbstractResponderCommand | ||
|
result(data:Object):void
| AbstractResponderCommand | ||
| businessDelegate | property |
businessDelegate:IBusinessDelegate [read-write]Implementation
public function get businessDelegate():IBusinessDelegate
public function set businessDelegate(value:IBusinessDelegate):void
| AbstractResponderCommand | () | constructor |
public function AbstractResponderCommand()
| 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 |