| Package | org.spicefactory.parsley.core.command |
| Interface | public interface ManagedCommandFactory |
| Property | Defined By | ||
|---|---|---|---|
| type : ClassInfo [read-only]
The type of the command this factory produces. | ManagedCommandFactory | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new command proxy instance. | ManagedCommandFactory | ||
| type | property |
type:ClassInfo [read-only] The type of the command this factory produces.
public function get type():ClassInfo| newInstance | () | method |
public function newInstance():ManagedCommandProxyCreates a new command proxy instance.
ReturnsManagedCommandProxy — a new command proxy instance
|