org.deken.game.sound.audio
Interface AudioListener

All Known Implementing Classes:
BaseSound, LoopedSound, RandomSound, SingleSound, TimeListeningSound

public interface AudioListener

Title: AudioListener

Description: Interface for an object to know when I audio stops.

Copyright: Copyright (c) Nov 19, 2011

Version:
1.0
Author:
Gary Deken

Method Summary
 void audioStop()
           
 

Method Detail

audioStop

void audioStop()