Class WorldLoadHandler

java.lang.Object
org.xj3d.impl.core.loading.WorldLoadHandler
All Implemented Interfaces:
LoadRequestHandler, ReadProgressListener

public class WorldLoadHandler extends Object implements LoadRequestHandler, ReadProgressListener
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 node 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.4 $
Author:
Justin Couch