LibStack

Kind of class:class
Inherits from:AbstractLib
Implements:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.data.libs.LibStack
File last modified:Wednesday, 31 October 2007, 07:35:29

Constructor

LibStack

function LibStack (
)

Class properties

onLoadCompleteEVENT

static onLoadCompleteEVENT:EventType = new EventType("onLoadComplete")
(read,write)

onLoadInitEVENT

static onLoadInitEVENT:EventType = AbstractLib.onLoadInitEVENT
(read,write)

onLoadProgressEVENT

static onLoadProgressEVENT:EventType = AbstractLib.onLoadProgressEVENT
(read,write)

onLoadStartEVENT

static onLoadStartEVENT:EventType = new EventType("onLoadStart")
(read,write)

onTimeOutEVENT

static onTimeOutEVENT:EventType = AbstractLib.onTimeOutEVENT
(read,write)

Instance methods

clear

function clear (
) : Void

enqueue

function enqueue (
o:ILib, sName:String, sURL:String) : String

execute

function execute (
e:IEvent) : Void

getElements

function getElements (
) : Array

getLength

function getLength (
) : Number

initEventSource

function initEventSource (
) : Void

isEmpty

function isEmpty (
) : Boolean

load

function load (
) : Void

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance

Event handlers

onLoadInit

function onLoadInit (
e:LibEvent) : Void

onLoadProgress

function onLoadProgress (
e:LibEvent) : Void

onTimeOut

function onTimeOut (
e:LibEvent) : Void