Class ContentLoadQueue

java.lang.Object
org.xj3d.core.loading.ContentLoadQueue

public class ContentLoadQueue extends Object
Customized queue implementation specifically designed to handle the needs of X3D/VRML external content loading by compressing multi requests for the same URL into a single structure.

The queue sorts the incoming requests based on priority. The priority can be defined based on the value of the system property org.xj3d.core.loading.sort.order. See the package documentation for details on the value of this property. This can be changed at runtime and have the queue resorted by calling the requestResort() method called on this class.

Version:
$Revision: 1.6 $
Author:
Justin Couch