at.tuwien.ifs.somtoolbox.audio
Interface PlaybackListener


public interface PlaybackListener

Interface to be implemented by e.g. UI elements wanting to monitor & display the status of a PlaybackThread.

Version:
$Id: PlaybackListener.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Rudolf Mayer

Method Summary
 void setDecodingAt(int x, int y, String str)
           
 void setMutedSpeaker(int x, int y, boolean muted)
           
 void setSongAt(int x, int y, String str)
           
 void updateStats(int songCount)
           
 

Method Detail

updateStats

void updateStats(int songCount)

setMutedSpeaker

void setMutedSpeaker(int x,
                     int y,
                     boolean muted)

setDecodingAt

void setDecodingAt(int x,
                   int y,
                   String str)

setSongAt

void setSongAt(int x,
               int y,
               String str)