gamingtools
Interface AudioListener


public interface AudioListener

A class implements this interface to receive notification that music or a sound effect has stopped playing.


Method Summary
 void audioStopped()
          Invoked by an Audio object when the audio stops playing.
 

Method Detail

audioStopped

public void audioStopped()
Invoked by an Audio object when the audio stops playing.