Class fever.install.InstallerUI

Description

Basic UI for preloading system.

See Also

Method Index

new InstallerUI()
create(), dispose(), onProgress(), onTimeOut(), toString()

Constructor Detail

InstallerUI

public function InstallerUI(bg:Number)

Constructor.

Method Detail

create

public function create(target:MovieClip):Void

Creates UI.

Call by the FeverInstaller preloader instance.

onProgress

public function onProgress(e:LibEvent):Void

Process onProgress event result

onTimeOut

public function onTimeOut(e:LibEvent):Void

Process onTimeOut event result

dispose

public function dispose():Void

Disposes UI.

toString

public function toString():String

Returns instance string representation.