Packageorg.springextensions.actionscript.cairngorm.commands
SVN browsingIResponderCommandFactory.as
FisheyeIResponderCommandFactory.as
Interfacepublic interface IResponderCommandFactory extends ICommandFactory
ImplementorsResponderCommandFactory

Implemented by objects that can create ICommand instances and configure them with the IBusinessDelegateFactory instances added with the addBusinessDelegateFactory method.



Documentation reference: the command factory


Public Methods
 MethodDefined by
  
addBusinessDelegateFactory(businessDelegateFactory:IBusinessDelegateFactory, commandClasses:Array):void
Adds a IBusinessDelegateFactory that will be used to inject business delegates in the created ICommand instances.
IResponderCommandFactory
 Inherited
canCreate(clazz:Class):Boolean
Returns true if the current ICommandFactory is able to create the specified Class
ICommandFactory
 Inherited
createCommand(clazz:Class):ICommand
Creates a command for the passed command type
ICommandFactory
Method detail
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.

Parameters
businessDelegateFactory:IBusinessDelegateFactory
 
commandClasses:Array