plugins
Interface IMP3Player

All Known Implementing Classes:
MP3PlayerWrapper

public interface IMP3Player


Method Summary
 void close()
          Ends playing the mp3 file.
 void run()
          Start playing the MP3 File, that was set with setMP3File( String )
 void setMP3File(java.lang.String file)
          Set the filepath and filename to the mp3 file
 

Method Detail

run

void run()
Start playing the MP3 File, that was set with setMP3File( String )


setMP3File

void setMP3File(java.lang.String file)
Set the filepath and filename to the mp3 file

Parameters:
file - the path to the file

close

void close()
Ends playing the mp3 file.