Packageorg.springextensions.actionscript.module
SVN browsingIOwnerModuleAware.as
FisheyeIOwnerModuleAware.as
Interfacepublic interface IOwnerModuleAware
ImplementorsCairngormFrontController, FlexXMLApplicationContext

Describes an object that needs a reference to a Module that it is associated with.



Public Properties
 PropertyDefined by
  ownerModule : Module
The Module that will act as the owner of the current IOwnerModuleAware instance.
IOwnerModuleAware
Property detail
ownerModuleproperty
ownerModule:Module  [read-write]

The Module that will act as the owner of the current IOwnerModuleAware instance.

Implementation
    public function get ownerModule():Module
    public function set ownerModule(value:Module):void