Packageorg.springextensions.actionscript.cairngorm.business
SVN browsingIBusinessDelegate.as
FisheyeIBusinessDelegate.as
Interfacepublic interface IBusinessDelegate
ImplementorsAbstractBusinessDelegate, AbstractResponderCommand, BusinessDelegateFactory

Defines a business delegate.



Documentation reference: the delegate factory


Public Properties
 PropertyDefined by
  responder : IResponder
[write-only] A reference to an IResponder instance that will be used to process the assigned service's result or error.
IBusinessDelegate
  service : *
[write-only] An arbitrary service object associated with the current IBusinessDelegate.
IBusinessDelegate
Property detail
responderproperty
responder:IResponder  [write-only]

A reference to an IResponder instance that will be used to process the assigned service's result or error.

Implementation
    public function set responder(value:IResponder):void
serviceproperty 
service:*  [write-only]

An arbitrary service object associated with the current IBusinessDelegate.

Implementation
    public function set service(value:*):void