Packageorg.springextensions.actionscript.stage
SVN browsingIObjectSelectorAware.as
FisheyeIObjectSelectorAware.as
Interfacepublic interface IObjectSelectorAware
ImplementorsAbstractStageProcessor, StageProcessorRegistration

Describes an object that needs a reference to an IObjectSelector instance.



Sample project: stagewiring (source)


Public Properties
 PropertyDefined by
  objectSelector : IObjectSelector
The specified IObjectSelector instance.
IObjectSelectorAware
Property detail
objectSelectorproperty
objectSelector:IObjectSelector  [read-write]

The specified IObjectSelector instance.

Implementation
    public function get objectSelector():IObjectSelector
    public function set objectSelector(value:IObjectSelector):void