Class fever.data.libs.ThemeLib

Description

Theme libray.

Use by the Fever configuration engine to load theme libraries.

Based on Pixlib GraphicLib.

Field Index

onLoadInitEVENT, onLoadProgressEVENT, onTimeOutEVENT

Method Index

new ThemeLib()
onLoadInit(), release(), toString()

Constructor Detail

ThemeLib

public function ThemeLib(themeName:String)

Constructor.

Field Detail

onLoadInitEVENT

static public onLoadInitEVENT:EventType
Event type broadcasted when library is loaded.

onLoadProgressEVENT

static public onLoadProgressEVENT:EventType
Event type broadcasted to watch loading progression.

onTimeOutEVENT

static public onTimeOutEVENT:EventType
Event type broadcasted when a loading timout occured.

Method Detail

onLoadInit

public function onLoadInit():Void

Triggered when swf is correctly loaded.

release

public function release():Void

Stops events listening and remove movieclip target.

toString

public function toString():String

Returns string representation.