| Package | org.springextensions.actionscript.cairngorm.commands |
| SVN browsing | IResponderCommandFactory.as |
| Fisheye | IResponderCommandFactory.as |
| Interface | public interface IResponderCommandFactory extends ICommandFactory |
| Implementors | ResponderCommandFactory |
ICommand instances and configure them
with the IBusinessDelegateFactory instances added with the addBusinessDelegateFactory method.
Documentation reference: the command factory
| Method | Defined by | ||
|---|---|---|---|
|
addBusinessDelegateFactory(businessDelegateFactory:IBusinessDelegateFactory, commandClasses:Array):void
Adds a
IBusinessDelegateFactory that will be used to inject business delegates in the created ICommand instances. | IResponderCommandFactory | ||
![]() |
canCreate(clazz:Class):Boolean
Returns true if the current
ICommandFactory is able to create the specified Class
| ICommandFactory | |
![]() |
createCommand(clazz:Class):ICommand
Creates a command for the passed command type
| ICommandFactory | |
| addBusinessDelegateFactory | () | method |
public function addBusinessDelegateFactory(businessDelegateFactory:IBusinessDelegateFactory, commandClasses:Array):void
Adds a IBusinessDelegateFactory that will be used to inject business delegates in the created ICommand instances.
businessDelegateFactory:IBusinessDelegateFactory |
|
commandClasses:Array |