Packageorg.spicefactory.parsley.core.command
Interfacepublic interface ManagedCommandFactory

Factory responsible for creating instances of command proxies that are managed by the container.



Public Properties
 PropertyDefined By
  type : ClassInfo
[read-only] The type of the command this factory produces.
ManagedCommandFactory
Public Methods
 MethodDefined By
  
Creates a new command proxy instance.
ManagedCommandFactory
Property Detail
typeproperty
type:ClassInfo  [read-only]

The type of the command this factory produces.


Implementation
    public function get type():ClassInfo
Method Detail
newInstance()method
public function newInstance():ManagedCommandProxy

Creates a new command proxy instance.

Returns
ManagedCommandProxy — a new command proxy instance