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
  • Constructor Details

    • 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.
  • Method Details

    • run

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