ConfigLoaderEvent
| Kind of class: | class |
|---|---|
| Inherits from: | LibEvent < BasicEvent |
| Classpath: | com.bourre.data.libs.ConfigLoaderEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Instance properties
Instance properties inherited from BasicEvent
Constructor
ConfigLoaderEvent
function ConfigLoaderEvent (
e:EventType,
oLib:ConfigLoader)
Instance methods
getConfig
function getConfig (
) : Object
getLib
function getLib (
) : ConfigLoader
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: