Packageorg.pranaframework.context
Interfacepublic interface IApplicationContextAware

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
[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