Describes an object that can process objects that have been added to the stage.
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
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.
|
Copyright 2007-2010 Spring Actionscript.