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 |
Summary
Constructor
Class properties
Class properties inherited from AbstractLib
Instance properties
Instance properties inherited from AbstractLib
Instance methods
Instance methods inherited from AbstractLib
_checkTimeOut _getTimeStamp _onLoadProgress addEventListener addListener execute fireEvent fireEventType getBytesLoaded getBytesTotal getContent getName getPerCent getTimeOut getURL initEventSource load prefixURL release removeEventListener removeListener setAntiCache setContent setName setTimeOut setURL toString
Constructor
LibStack
function LibStack (
)
Class properties
onLoadCompleteEVENT
(read,write)
onLoadInitEVENT
static onLoadInitEVENT:EventType = AbstractLib.onLoadInitEVENT
(read,write)
onLoadProgressEVENT
static onLoadProgressEVENT:EventType = AbstractLib.onLoadProgressEVENT
(read,write)
onLoadStartEVENT
(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
getElements
function getElements (
) : Array
getLength
function getLength (
) : Number
isEmpty
function isEmpty (
) : Boolean
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: