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 |
Summary
Constructor
Class properties
Class properties inherited from AbstractLib
Instance properties
Instance properties inherited from AbstractLib
Class methods
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
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 (
load
function load (
sURL:String) : Void
setDeserializer
function setDeserializer (
deserializer:IXMLToObjectDeserializer) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: