Uses of Interface
org.deken.game.sound.SoundListener

Packages that use SoundListener
org.deken.game.animation Animation package contains classes for animating the image of a game object. 
org.deken.game.sound This package contains classes for working with sound. 
 

Uses of SoundListener in org.deken.game.animation
 

Classes in org.deken.game.animation that implement SoundListener
 class BounceAnimation
          Title: BounceAnimationStrip Description: An animation strip for a game peice, that bounces from the first frame to the last frame, repeatedly.
 class BounceOnceAnimation
          Title: BounceOnceAnimationStrip Description: The animation strip runs through the sequence of frames, and upon reaching the end it bounces back, going back to the first frame.
 

Uses of SoundListener in org.deken.game.sound
 

Fields in org.deken.game.sound with type parameters of type SoundListener
protected  java.util.List<SoundListener> BaseSound.listeners
           
 

Methods in org.deken.game.sound with parameters of type SoundListener
 void BaseSound.addSoundListener(SoundListener soundListener)
           
 void Sound.addSoundListener(SoundListener soundListener)
          Add a SoundListener to this sound.