Packageorg.pranaframework.cairngorm.business
Classpublic class BusinessDelegateFactory
ImplementsIBusinessDelegateFactory

Business delegate factory.



Public Properties
 PropertyDefined by
  delegateClass : Class
[write-only]
BusinessDelegateFactory
  responder : IResponder
[write-only]
BusinessDelegateFactory
  service : *
[write-only]
BusinessDelegateFactory
Public Methods
 MethodDefined by
  
BusinessDelegateFactory
  
BusinessDelegateFactory
Property detail
delegateClassproperty
delegateClass:Class  [write-only]Implementation
    public function set delegateClass(value:Class):void
responderproperty 
responder:IResponder  [write-only]Implementation
    public function set responder(value:IResponder):void
serviceproperty 
service:*  [write-only]Implementation
    public function set service(value:*):void
Constructor detail
BusinessDelegateFactory()constructor
public function BusinessDelegateFactory()

Method detail
createBusinessDelegate()method
public function createBusinessDelegate():IBusinessDelegate

Returns
IBusinessDelegate