Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AssetEvent
com.gaiaframework.events The AssetEvent is used by the IPreloader and is also used to listen for when on-demand assets are finished loading.
 Gaia
com.gaiaframework.api The Gaia class is a Bridge that contains a reference to the Gaia API.
 GaiaSWFAddressEvent
com.gaiaframework.events The GaiaSWFAddressEvent is dispatched to Pages in their onDeeplink listener.
 IAsset
com.gaiaframework.api This is the interface of the abstract asset class for all concrete asset classes.
 IBase
com.gaiaframework.api This is the interface of the base for IPage and IPreloader.
 IBitmap
com.gaiaframework.api This is the interface for the BitmapAsset.
 IBitmapSprite
com.gaiaframework.api This is the interface for the BitmapSpriteAsset.
 IByteArray
com.gaiaframework.api This is the interface for the ByteArrayAsset.
 IDisplayObject
com.gaiaframework.api This is the interface for the DisplayObjectAsset.
 IGaia
com.gaiaframework.api This is the interface of the Gaia API.
 IJson
com.gaiaframework.api This is the interface for the JSONAsset.
 IMovieClip
com.gaiaframework.api This is the interface for the MovieClipAsset.
 INetStream
com.gaiaframework.api This is the interface for the NetStreamAsset.
 IPage
com.gaiaframework.api This is the interface implemented by PageAsset.
 IPageAsset
com.gaiaframework.api This is the interface for the PageAsset.
 IPreloader
com.gaiaframework.api This is the interface implemented by Preloaders in Gaia.
 ISound
com.gaiaframework.api This is the interface for the SoundAsset.
 ISprite
com.gaiaframework.api This is the interface for the SpriteAsset.
 IStyleSheet
com.gaiaframework.api This is the interface for the StyleSheetAsset.
 IText
com.gaiaframework.api This is the interface for the TextAsset.
 IXml
com.gaiaframework.api This is the interface for the XMLAsset.
 NetStreamAssetEvent
com.gaiaframework.events 
 PageEvent
com.gaiaframework.events