Packageorg.springextensions.actionscript.cairngorm.business
SVN browsingIBusinessDelegateAware.as
FisheyeIBusinessDelegateAware.as
Interfacepublic interface IBusinessDelegateAware
ImplementorsAbstractResponderCommand

Implemented by objects that requires a reference to an IBusinessDelegate instance.



Documentation reference: the delegate factory


Public Properties
 PropertyDefined by
  businessDelegate : IBusinessDelegate
A reference to the required IBusinessDelegate instance.
IBusinessDelegateAware
Property detail
businessDelegateproperty
businessDelegate:IBusinessDelegate  [read-write]

A reference to the required IBusinessDelegate instance.

Implementation
    public function get businessDelegate():IBusinessDelegate
    public function set businessDelegate(value:IBusinessDelegate):void