All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface audio.AudioPlayerListener

public abstract interface AudioPlayerListener
extends java.util.EventListener
The AudioPlayerListener interface enables notification of events generated by an AudioPlayer.


Method Index

 o audioErrorOccurred(String)
 o audioStateChanged(AudioPlayer.State)
This function is called whenever an AudioPlayer state change occurs.

Methods

 o audioStateChanged
 public abstract void audioStateChanged(audio.AudioPlayer.State newState)
This function is called whenever an AudioPlayer state change occurs.

 o audioErrorOccurred
 public abstract void audioErrorOccurred(java.lang.String errorDescription)

All Packages  Class Hierarchy  This Package  Previous  Next  Index