Package | com.sibirjak.angara.sequence |
Interface | public interface IPagedSequence extends ISequence, ILoaderItem, IProgressInfo, flash.events.IEventDispatcher, org.as3commons.collections.framework.IIterable |
Implementors | PagedSequence |
A resource loader added to a paged sequence will be automatically paused.
Method | Defined by | ||
---|---|---|---|
activateLoaders(index:uint, numItems:uint):void
Resumes all loaders in the specified range and pauses all
other currently waiting loaders.
| IPagedSequence | ||
![]() |
add(resourceLoader:IResourceLoader, weight:uint = 0):void
Adds a new resource loader to the sequence.
| ISequence | |
![]() |
clear():void
Stops all loaders and removes all loader references from the sequence.
| ISequence | |
![]() |
pause():void
Marks the item to be ignored by subsequent loader manager queue pulling operations.
| ILoaderItem | |
![]() |
remove(resourceLoader:IResourceLoader):void
Removes a loader from a sequence.
| ISequence | |
![]() |
resume():void
Marks a prior paused item to be eligible for loader manager queue polling
operations.
| ILoaderItem | |
![]() |
stop():void
Immediately stops loading of the item or its containing items.
| ILoaderItem |
activateLoaders | () | method |
public function activateLoaders(index:uint, numItems:uint):void
Resumes all loaders in the specified range and pauses all other currently waiting loaders.
Parametersindex:uint — The index of the first resource loader.
|
|
numItems:uint — The number of loaders to be resumed.
|