com.jmex.audio.util
Class SoundLoadingQueue

java.lang.Object
  extended by com.jmex.audio.util.SoundLoadingQueue

public class SoundLoadingQueue
extends java.lang.Object

Queues up loading threads to be loaded one by one to reduce load on the system.

Version:
$Id: SoundLoadingQueue.java 4133 2009-03-19 20:40:11Z blaine.dev $
Author:
Joshua Slack

Nested Class Summary
(package private) static class SoundLoadingQueue.QueueProcessorThread
           
 
Constructor Summary
SoundLoadingQueue()
           
 
Method Summary
static void loadSound(java.net.URI loc, TrackLoadListener callBack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundLoadingQueue

public SoundLoadingQueue()
Method Detail

loadSound

public static void loadSound(java.net.URI loc,
                             TrackLoadListener callBack)