Packagemx.modules
Classpublic class ModuleBase
InheritanceModuleBase Inheritance flash.events.EventDispatcher
Implements IModule

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The base class for ActionScript-based dynamically-loadable modules. If you write an ActionScript-only module, you should extend this class. If you write an MXML-based module by using the <mx:Module> tag in an MXML file, you instead extend the Module class.

See also

mx.modules.Module