Packageorg.springextensions.actionscript.stage
SVN browsingIStageProcessor.as
FisheyeIStageProcessor.as
Interfacepublic interface IStageProcessor
ImplementorsAbstractStageProcessor, FlexStageProcessorRegistry, FlexXMLApplicationContext

Describes an object that can process objects that have been added to the stage.



Documentation reference: the istageprocessor interface


Public Properties
 PropertyDefined by
  document : Object
The MXML document associated with the current IStageProcessor.
IStageProcessor
Public Methods
 MethodDefined by
  
process(object:Object):Object
Performs an operation on the specified Object.
IStageProcessor
Property detail
documentproperty
document:Object  [read-write]

The MXML document associated with the current IStageProcessor.

Implementation
    public function get document():Object
    public function set document(value:Object):void
Method detail
process()method
public function process(object:Object):Object

Performs an operation on the specified Object.

Parameters
object:Object — The object that will be processed.

Returns
Object — The processed object.