Interface ContentLoadManager

All Known Implementing Classes:
AbstractLoadManager, DefaultLoadManager, MemCacheLoadManager

public interface ContentLoadManager
An abstract definition of managers for loading files that are external to the currently loading file eg Textures, inlines and protos.

The loader is given a scene and told to start loading the contents. During this time items progress from pending to loading to loaded. The load manager is cancelable so that a particular scene can be interrupted part way through loading. The manager is designed to load multiple scenes in parallel or to have parallel instances of this manager loading data.

Version:
$Revision: 1.2 $
Author:
Justin Couch