org.deken.game.sound
Interface SoundListener

All Known Implementing Classes:
BounceAnimation, BounceOnceAnimation

public interface SoundListener

Title: SoundListener

Description: Interface for a class to listen for sound events. Such as when a sound stops.

Copyright: Copyright (c) Nov 9, 2011

Author:
Gary Deken

Method Summary
 void notify(BaseSound.SEQUENCE sequence)
           
 

Method Detail

notify

void notify(BaseSound.SEQUENCE sequence)