Packageorg.springextensions.actionscript.stage
SVN browsingIStageProcessorRegistryAware.as
FisheyeIStageProcessorRegistryAware.as
Interfacepublic interface IStageProcessorRegistryAware
ImplementorsMXMLApplicationContext, XMLApplicationContext

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



Sample project: stagewiring (source)


Public Properties
 PropertyDefined by
  stageProcessorRegistry : IStageProcessorRegistry
The specified IStageProcessorRegistry reference.
IStageProcessorRegistryAware
Property detail
stageProcessorRegistryproperty
stageProcessorRegistry:IStageProcessorRegistry  [read-write]

The specified IStageProcessorRegistry reference.

Implementation
    public function get stageProcessorRegistry():IStageProcessorRegistry
    public function set stageProcessorRegistry(value:IStageProcessorRegistry):void