javazoom.jlGui
Interface BasicPlayerListener

All Known Implementing Classes:
Player

public interface BasicPlayerListener

BasicPlayerListener. This interface defines method that a player should implement to be notify from Audio events.

Author:
E.B from JavaZOOM Homepage : http://www.javazoom.net

Method Summary
 void updateCursor(int cursor, int total)
           
 void updateMediaData(byte[] data)
           
 void updateMediaState(java.lang.String state)
           
 

Method Detail

updateCursor

public void updateCursor(int cursor,
                         int total)

updateMediaData

public void updateMediaData(byte[] data)

updateMediaState

public void updateMediaState(java.lang.String state)


JavaZOOM 1999-2002