Packageorg.pranaframework.cairngorm.commands
Interfacepublic interface IResponderCommandFactory extends ICommandFactory
ImplementorsResponderCommandFactory



Public Methods
 MethodDefined by
  
addBusinessDelegateFactory(businessDelegateFactory:IBusinessDelegateFactory, commandClasses:Array):void
IResponderCommandFactory
 Inherited
canCreate(clazz:Class):Boolean
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):voidParameters
businessDelegateFactory:IBusinessDelegateFactory
 
commandClasses:Array