com.limegroup.gnutella.gui.mp3
Interface AudioPlayerListener

All Known Implementing Classes:
MediaPlayerComponent

public interface AudioPlayerListener

This interface responds to audio player events.


Method Summary
 void playComplete()
          play_complete - signifies when a song has finished playing
 void setUpSeek(int lengthInFrames)
          setUpSeek - called before playing a song - retrieves the mp3 size in frames - sets the maximum slider value
 void updateAudioPosition(int value)
          Notification that the time position of the audio file has been updated.
 

Method Detail

playComplete

public void playComplete()
play_complete - signifies when a song has finished playing


updateAudioPosition

public void updateAudioPosition(int value)
Notification that the time position of the audio file has been updated.

Parameters:
value - the new position of the audio file in its playback

setUpSeek

public void setUpSeek(int lengthInFrames)
setUpSeek - called before playing a song - retrieves the mp3 size in frames - sets the maximum slider value