bb.gui
Class SoundUtil.Player.Closer
java.lang.Object
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 ).
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoundUtil.Player.Closer
private SoundUtil.Player.Closer()
run
public void run()
- Specified by:
run
in interface Runnable