Uses of Class
org.deken.game.sound.TimeListeningSound

Packages that use TimeListeningSound
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 TimeListeningSound in org.deken.game.animation
 

Fields in org.deken.game.animation declared as TimeListeningSound
protected  TimeListeningSound BaseAnimation.sound
           
 

Methods in org.deken.game.animation with parameters of type TimeListeningSound
 void Animation.setSound(TimeListeningSound sound)
          Sound element associated with this animation.
 void BaseAnimation.setSound(TimeListeningSound sound)
           
 void BounceAnimation.setSound(TimeListeningSound sound)
           
 void BounceOnceAnimation.setSound(TimeListeningSound sound)
           
 void NoAnimation.setSound(TimeListeningSound sound)
           
 void RandomListAnimation.setSound(TimeListeningSound sound)
           
 

Uses of TimeListeningSound in org.deken.game.sound
 

Methods in org.deken.game.sound that return TimeListeningSound
 TimeListeningSound TimeListeningSound.copy()