Packageorg.pranaframework.cairngorm.business
Interfacepublic interface IBusinessDelegateFactory
ImplementorsBusinessDelegateFactory

Defines a business delegate factory.



Public Properties
 PropertyDefined by
  delegateClass : Class
[write-only]
IBusinessDelegateFactory
  responder : IResponder
[write-only]
IBusinessDelegateFactory
  service : *
[write-only]
IBusinessDelegateFactory
Public Methods
 MethodDefined by
  
IBusinessDelegateFactory
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
Method detail
createBusinessDelegate()method
public function createBusinessDelegate():IBusinessDelegate

Returns
IBusinessDelegate