Class DefaultLoadManager

java.lang.Object
org.xj3d.impl.core.loading.AbstractLoadManager
org.xj3d.impl.core.loading.DefaultLoadManager
All Implemented Interfaces:
VRMLUrlListener, ContentLoadManager, LoadConstants

public class DefaultLoadManager extends AbstractLoadManager
A simplistic manager for loading files that does no caching.

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.1 $
Author:
Justin Couch