dguitar.players.sound
Interface RealtimeSoundPlayer

All Superinterfaces:
SoundPlayer, TimerSettings
All Known Implementing Classes:
MasterPlayer, MidiPlayer, MockMidiPlayer

public interface RealtimeSoundPlayer
extends SoundPlayer, TimerSettings

Author:
crnash

Method Summary
 void addTimerListener(PerformanceTimerListener listener)
           
 void stop()
           
 void waitForCompletion()
           
 
Methods inherited from interface dguitar.players.sound.SoundPlayer
close, createPerformance, setPerformance, start
 
Methods inherited from interface dguitar.players.sound.TimerSettings
setTimerFrequency
 

Method Detail

addTimerListener

public void addTimerListener(PerformanceTimerListener listener)
Parameters:
listener -

stop

public void stop()

waitForCompletion

public void waitForCompletion()