Packageorg.springextensions.actionscript.context
Interfacepublic interface IApplicationContextAware

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

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1



Public Properties
 PropertyDefined by
  applicationContext : IApplicationContext
[write-only] Sets the IApplicationContext that this object runs in.
IApplicationContextAware
Property detail
applicationContextproperty
applicationContext:IApplicationContext  [write-only]

Sets the IApplicationContext that this object runs in.

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