Packageorg.springextensions.actionscript.context
Interfacepublic interface IApplicationContextAware
Implementors Controller, DefaultAutowiringStageProcessor, DefaultObjectDefinitionResolver, DefaultObjectDestroyer, DefaultStageObjectDestroyer, MVCRouteEventsMetaDataProcessor, MXMLObjectDefinition, MXMLObjectDefinitionsProvider, MetadataObjectDefinitionsProvider, MethodInvokingFactoryObject, XMLObjectDefinitionsProvider

Interface to be implemented by any object that wishes to be notified of the IApplicationContext that it runs in.



Public Properties
 PropertyDefined By
  applicationContext : IApplicationContext
Sets the IApplicationContext that this object runs in.
IApplicationContextAware
Property Detail
applicationContextproperty
applicationContext:IApplicationContext

Sets the IApplicationContext that this object runs in.


Implementation
    public function get applicationContext():IApplicationContext
    public function set applicationContext(value:IApplicationContext):void