| Package | com.gaiaframework.api |
| Interface | public interface IPreloader extends IBase, flash.events.IEventDispatcher |
See also
| Method | Defined by | ||
|---|---|---|---|
|
onProgress(event:AssetEvent):void
This event listener receives the
AssetEvent dispatched from Gaia when a branch or on-demand assets are loaded. | IPreloader | ||
![]() |
transitionIn():void
Gaia calls this method on a page or preloader when it needs to transition in.
| IBase | |
![]() |
transitionInComplete():void
Pages call this method to let Gaia know when they are finished transitioning in.
| IBase | |
![]() |
transitionOut():void
Gaia calls this method on a page or preloader when it needs to transition out.
| IBase | |
![]() |
transitionOutComplete():void
Pages and preloaders call this method to let Gaia know when they are finished transitioning out.
| IBase | |
| onProgress | () | method |
public function onProgress(event:AssetEvent):void
This event listener receives the AssetEvent dispatched from Gaia when a branch or on-demand assets are loaded.
event:AssetEvent — AssetEvent contains progress information.
|
See also