net.sf.jaxodraw.util
Class JaxoSoundsHandler
java.lang.Object
net.sf.jaxodraw.util.JaxoSoundsHandler
- All Implemented Interfaces:
- Runnable
public class JaxoSoundsHandler
- extends Object
- implements Runnable
A class to handle sound events.
- Since:
- 2.0
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxoSoundsHandler
public JaxoSoundsHandler(String wavfile)
- Constructor.
- Parameters:
wavfile
- The sound file.
JaxoSoundsHandler
public JaxoSoundsHandler(String wavfile,
int curP)
- Constructor.
- Parameters:
wavfile
- The sound file.curP
- The position to start playing.
run
public void run()
-
- Specified by:
run
in interface Runnable
Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.