ConfigLoader

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

Constructor

ConfigLoader

function ConfigLoader (
config:Object, deserializer:IXMLToObjectDeserializer)

Class properties

DEBUG_IS_ON

static DEBUG_IS_ON:Boolean = true
(read,write)

INIT_TIME_DELAY

static INIT_TIME_DELAY:Number = 0
(read,write)

onLoadInitEVENT

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

onLoadProgressEVENT

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

onTimeOutEVENT

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

Class methods

protectConfigObject

static function protectConfigObject (
) : Void

unprotectConfigObject

static function unprotectConfigObject (
) : Void

Instance methods

getConfig

function getConfig (
) : Object

getDeserializer

function getDeserializer (

getURL

function getURL (
) : String

initEventSource

function initEventSource (
) : Void

load

function load (
sURL:String) : Void

prefixURL

function prefixURL (
sURL:String) : Void

setDeserializer

function setDeserializer (
deserializer:IXMLToObjectDeserializer) : Void

setURL

function setURL (
sURL:String) : 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