net.sf.jaxodraw.util
Class JaxoSoundsHandler

java.lang.Object
  extended by 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 Summary
JaxoSoundsHandler(String wavfile)
          Constructor.
JaxoSoundsHandler(String wavfile, int curP)
          Constructor.
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

run

public void run()

Specified by:
run in interface Runnable


Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.