bb.gui
Class SoundUtil.Player.Closer

java.lang.Object
  extended by bb.gui.SoundUtil.Player.Closer
All Implemented Interfaces:
Runnable
Enclosing class:
SoundUtil.Player

private class SoundUtil.Player.Closer
extends Object
implements Runnable

Sleeps for the duration of the sound playback, and then calls StreamUtil.close( Player.this ).


Constructor Summary
private SoundUtil.Player.Closer()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundUtil.Player.Closer

private SoundUtil.Player.Closer()
Method Detail

run

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