| Package | org.springextensions.actionscript.cairngorm.business |
| SVN browsing | IBusinessDelegate.as |
| Fisheye | IBusinessDelegate.as |
| Interface | public interface IBusinessDelegate |
| Implementors | AbstractBusinessDelegate, AbstractResponderCommand, BusinessDelegateFactory |
Documentation reference: the delegate factory
| Property | Defined 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 | ||
| responder | property |
responder:IResponder [write-only]
A reference to an IResponder instance that will be used to process the
assigned service's result or error.
public function set responder(value:IResponder):void
| service | property |
service:* [write-only]
An arbitrary service object associated with the current IBusinessDelegate.
public function set service(value:*):void