bb.util.logging
Class HandlerAudio.SoundPlayer

java.lang.Object
  extended by bb.util.logging.HandlerAudio.SoundPlayer
All Implemented Interfaces:
Runnable
Enclosing class:
HandlerAudio

private static class HandlerAudio.SoundPlayer
extends Object
implements Runnable


Field Summary
private  HandlerAudio handlerAudio
           
 
Constructor Summary
private HandlerAudio.SoundPlayer(HandlerAudio handlerAudio)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlerAudio

private final HandlerAudio handlerAudio
Constructor Detail

HandlerAudio.SoundPlayer

private HandlerAudio.SoundPlayer(HandlerAudio handlerAudio)
Method Detail

run

public void run()
Specified by:
run in interface Runnable