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
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)