Holger's
Java API

Uses of Class
com.antelmann.sound.SoundPlayer

Packages that use SoundPlayer
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
 

Uses of SoundPlayer in com.antelmann.sound
 

Subclasses of SoundPlayer in com.antelmann.sound
 class MP3Player
          MP3Player extends SoundPlayer's capabilities to play MP3 media.
 

Fields in com.antelmann.sound declared as SoundPlayer
protected  SoundPlayer JPlayer.player
           
 

Methods in com.antelmann.sound with parameters of type SoundPlayer
 void SoundPlayer.Listener.musicStopped(SoundPlayer sound)
          called when the music played by the given SoundPlayer reached its end.
 void JukeBox.musicStopped(SoundPlayer sound)
          called internally; notifies listeners that music stopped and then plays the next song
 void JPlayer.musicStopped(SoundPlayer player)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads