AbstractLib
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Implements: | |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.data.libs.AbstractLib |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Class properties
Instance methods
Event handlers
Class properties
onErrorEVENT
(read,write)
onLoadInitEVENT
(read,write)
onLoadProgressEVENT
(read,write)
onTimeOutEVENT
(read,write)
Instance methods
addEventListener
function addEventListener (
e:EventType,
f:Function) : Void
execute
function execute (
e:IEvent) : Void
A concrete Command object always has execute() method that is called when an action occurs.
#Specified by:
fireEvent
function fireEvent (
e:LibEvent) : Void
fireEventType
function fireEventType (
e:EventType) : Void
getBytesLoaded
function getBytesLoaded (
) : Number
getBytesTotal
function getBytesTotal (
) : Number
getContent
function getContent (
)
getTimeOut
function getTimeOut (
) : Number
initEventSource
function initEventSource (
) : Void
release
function release (
) : Void
removeEventListener
function removeEventListener (
e:EventType) : Void
setContent
function setContent (
) : Void
setName
function setName (
sName:String) : Void
setTimeOut
function setTimeOut (
n:Number) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Event handlers
onLoadInit
function onLoadInit (
) : Void