Package net.sf.jaxodraw.util
Class JaxoSoundsHandler
- java.lang.Object
-
- net.sf.jaxodraw.util.JaxoSoundsHandler
-
- All Implemented Interfaces:
java.lang.Runnable
public class JaxoSoundsHandler extends java.lang.Object implements java.lang.Runnable
A class to handle sound events.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description JaxoSoundsHandler(java.lang.String wavfile)
Constructor.JaxoSoundsHandler(java.lang.String wavfile, int curP)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
JaxoSoundsHandler
public JaxoSoundsHandler(java.lang.String wavfile)
Constructor.- Parameters:
wavfile
- The sound file.
-
JaxoSoundsHandler
public JaxoSoundsHandler(java.lang.String wavfile, int curP)
Constructor.- Parameters:
wavfile
- The sound file.curP
- The position to start playing.
-
-