| Package | org.pranaframework.cairngorm.commands |
| Interface | public interface ICommandFactory |
| Subinterfaces | IResponderCommandFactory |
| Implementors | CommandFactory |
| Method | Defined by | ||
|---|---|---|---|
|
canCreate(clazz:Class):Boolean
| ICommandFactory | ||
|
createCommand(clazz:Class):ICommand
Creates a command for the passed command type
| ICommandFactory | ||
| canCreate | () | method |
public function canCreate(clazz:Class):BooleanParameters
clazz:Class |
Boolean |
| createCommand | () | method |
public function createCommand(clazz:Class):ICommandCreates a command for the passed command type
Parametersclazz:Class — The Command Type
|
ICommand — The new ICommand instance
|