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
 AbstractLoaderItem
com.sibirjak.angara.core Abstract implementation of the ILoaderItem interface.
 AbstractProgressInfo
com.sibirjak.angara.core Abstract implementation of the IProgressInfo interface.
 AbstractResourceLoader
com.sibirjak.angara.resource Abstract implementation of the IResourceLoader interface.
 Callback
com.sibirjak.angara.resource 
 ConnectionPool
com.sibirjak.angara.core Manages all open loader connections.
 ICallback
com.sibirjak.angara.resource The callback interface provides methods to control a resource loader callback behaviour.
 IDisplayAssetLoader
com.sibirjak.angara.resource Declares the possibility of a loader to automatically add the loaded content to a given display class object.
 ILoaderDelegate
com.sibirjak.angara.resource.loaders Extends the IResourceLoader interface with flash Loader functionality.
 ILoaderItem
com.sibirjak.angara.core The internal loader item type.
 ILoaderManager
com.sibirjak.angara The LoaderManager interface.
 ImageAssetLoader
com.sibirjak.angara.utils The ImageAssetLoader loads display assets via an URLLoaderDelegate, which is pretty much faster than using the LoaderDelegate.
 IMonitor
com.sibirjak.angara.monitor A monitor encapsulates the progress calculation of a sequence of loader items.
 IPagedSequence
com.sibirjak.angara.sequence A paged sequence enables loading of only a range of containing loaders at a time.
 IProgressInfo
com.sibirjak.angara.core Defines the progress information of loader items.
 IResourceLoader
com.sibirjak.angara.resource Defines the interface of a resource loader item.
 IResourceLoaderContainer
com.sibirjak.angara.resource The IResourceLoaderContainer declares an arbitrary display class to be a target of the loaded content of an IDisplayAssetLoader.
 ISequence
com.sibirjak.angara.sequence A sequence enables the controlling of a list of resource loaders.
 ISequenceManager
com.sibirjak.angara.sequence The sequence manager is a convenient class to group and manage the behaviour of a list of sequences.
 IURLLoaderDelegate
com.sibirjak.angara.resource.loaders Extends the IResourceLoader interface with flash URLLoader functionality.
 LoaderDelegate
com.sibirjak.angara.resource.loaders Adapter to the built-in Flash Loader class.
 LoaderItemEvent
com.sibirjak.angara.core Loader item event definition.
 LoaderItemStatus
com.sibirjak.angara.core Defines the loader item stati.
 LoaderItemType
com.sibirjak.angara.core Defines the loader item types.
 LoaderManager
com.sibirjak.angara 
 LoadingError
com.sibirjak.angara.resource 
 Monitor
com.sibirjak.angara.monitor The monitor takes care of the loading progess of a list of loader items.
 MonitorEvent
com.sibirjak.angara.monitor Monitor event definition.
 PagedSequence
com.sibirjak.angara.sequence A paged sequence enables loading of only a range of containing loaders at a time.
 PagedSequenceEvent
com.sibirjak.angara.sequence Paged sequence event definition.
 PriorityMap
com.sibirjak.angara.core LoaderManager priority map.
 ResourceLoaderEvent
com.sibirjak.angara.resource Resource loader event definition.
 Schedule
com.sibirjak.angara.core The LoaderManager queue.
 Sequence
com.sibirjak.angara.sequence A sequence is a list of resource loaders.
 SequenceEvent
com.sibirjak.angara.sequence Sequence event definition.
 SequenceManager
com.sibirjak.angara.sequence The Sequence manager controls the behaviour of a set of sequences.
 SequenceManagerEvent
com.sibirjak.angara.sequence Sequence event definition.
 URLLoaderDelegate
com.sibirjak.angara.resource.loaders Adapter to the built-in Flash URLLoader class.