Uses of Interface
at.tuwien.ifs.somtoolbox.audio.PlaybackListener

Packages that use PlaybackListener
at.tuwien.ifs.somtoolbox.audio   
 

Uses of PlaybackListener in at.tuwien.ifs.somtoolbox.audio
 

Fields in at.tuwien.ifs.somtoolbox.audio with type parameters of type PlaybackListener
private  Vector<PlaybackListener> PlaybackThread.playbackListeners
           
 

Methods in at.tuwien.ifs.somtoolbox.audio with parameters of type PlaybackListener
 boolean PlaybackThread.addPlaybackListener(PlaybackListener listener)
           
 boolean PlaybackThread.removePlaybackListener(PlaybackListener listener)