Class DefaultWorldLoaderManager

java.lang.Object
org.xj3d.impl.core.loading.DefaultWorldLoaderManager
All Implemented Interfaces:
BrowserCoreListener, WorldLoaderManager

public class DefaultWorldLoaderManager extends Object implements WorldLoaderManager, BrowserCoreListener
Independent thread used to load a world from a list of URLs and then place it in the given node.

This implementation is designed to work as both a loadURL() and createVrmlFromUrl() call handler. The difference is defined by what data is supplied to the thread. If the target vrmlNodeType is specified, then we assume that the caller wants us to put the results there. If it is null, then assume that we're doing a loadURL call and replace the entire world.

Version:
$Revision: 1.7 $
Author:
Justin Couch