| Package | vegas.i18n |
| Class | public class EdenLocalizationLoader |
| Inheritance | EdenLocalizationLoader CoreLocalizationLoader ActionURLLoader CoreActionLoader CoreAction Task Object |
| Method | Defined By | ||
|---|---|---|---|
EdenLocalizationLoader(localization:Localization = null)
Creates a new EdenLocalizationLoader instance. | EdenLocalizationLoader | ||
![]() | clone():* [override]
Returns a shallow copy of this object. | CoreLocalizationLoader | |
![]() | close():void [override]
Cancels a load() method operation that is currently in progress for the Loader instance. | ActionURLLoader | |
![]() | enumerate(o:Object):void
Enumerates the specified object. | ActionURLLoader | |
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | loadLang(lang:*):void
Sends and loads data from the specified passed-in lang value (the passed-in argument must be a Lang reference or a valid string). | CoreLocalizationLoader | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyChanged():void
Notify when the process is changed. | CoreAction | |
![]() | notifyCleared():void
Notify when the process is cleared. | CoreAction | |
![]() | notifyComplete():void
Notify when the process is complete. | CoreActionLoader | |
![]() | notifyError(error:Object = null):void
Notify when the process failed. | CoreActionLoader | |
![]() | notifyFinished():void [override]
Notify an ActionEvent when the process is finished. | CoreActionLoader | |
![]() | notifyHttpStatus(status:Object = null):void
Notify when the loading process httpstatus is changed.. | CoreActionLoader | |
![]() | notifyInfo(info:*):void
Notify a specific information when the process is changed. | CoreAction | |
![]() | notifyInit():void
Notify when the process is initialize. | CoreActionLoader | |
![]() | notifyLooped():void
Notify when the process is looped. | CoreAction | |
![]() | notifyOpen():void
Notify when the process is open. | CoreActionLoader | |
![]() | notifyPaused():void
Notify when the process is paused. | CoreAction | |
![]() | notifyProgress():void
Notify when the process is in progress. | CoreAction | |
![]() | notifyResumed():void
Notify when the process is resumed. | CoreAction | |
![]() | notifyStarted():void [override]
Notify an ActionEvent when the process is started. | CoreActionLoader | |
![]() | notifyStopped():void
Notify when the process is stopped. | CoreAction | |
![]() | notifyTimeOut():void
Notify when the process is out of time. | CoreAction | |
![]() | parse():void [override]
Parse your datas when loading is complete. | CoreLocalizationLoader | |
![]() | register(dispatcher:IEventDispatcher):void
Register the loader object. | CoreActionLoader | |
![]() | run(... arguments):void [override]
Run the process. | CoreActionLoader | |
![]() | setDelay(time:uint, useSeconds:Boolean = false):void
Sets the timeout interval duration. | CoreActionLoader | |
![]() | unlock():void
Unlocks the display. | Task | |
![]() | unregister(dispatcher:IEventDispatcher):void
Unregisters the loader object. | CoreActionLoader | |
![]() | warn(message:String):void
Notify a warning. | CoreLocalizationLoader | |
| EdenLocalizationLoader | () | Constructor |
public function EdenLocalizationLoader(localization:Localization = null)Creates a new EdenLocalizationLoader instance.
Parameterslocalization:Localization (default = null) — The owner Localization reference of this loader.
|