Package com.avaya.clientservices.media
Interface AudioFilePlayerListener
-
public interface AudioFilePlayerListenerAudio file player notification interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAudioFileDidStartPlaying(AudioFilePlayer player)Signal that the player has started playing.voidonAudioFileDidStopPlaying(AudioFilePlayer player)Signal that the player has stopped playing.
-
-
-
Method Detail
-
onAudioFileDidStartPlaying
void onAudioFileDidStartPlaying(AudioFilePlayer player)
Signal that the player has started playing.- Parameters:
player- The audio file player control interface.
-
onAudioFileDidStopPlaying
void onAudioFileDidStopPlaying(AudioFilePlayer player)
Signal that the player has stopped playing.- Parameters:
player- The audio file player control interface.
-
-