Packagemx.styles
Interfacepublic interface IStyleModule

Simple interface that defines an unload() method. You can cast an object to an IStyleModule type so that there is no dependency on the StyleModule type in the loading application.



Public Methods
 MethodDefined by
  
unload():void
Unloads the style module.
IStyleModule
Method detail
unload()method
public function unload():void

Unloads the style module.