toolkit
Class AudioFilePlayer

java.lang.Object
  extended bytoolkit.AudioFilePlayer

public class AudioFilePlayer
extends java.lang.Object

Classe permettant de jouer un son


Constructor Summary
AudioFilePlayer(java.net.URL soundFileURL)
          Constructeur
 
Method Summary
 void play()
          Joue le son
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioFilePlayer

public AudioFilePlayer(java.net.URL soundFileURL)
Constructeur

Parameters:
soundFileURL - url du son
Method Detail

play

public void play()
Joue le son