sound.spectrogram
Class SimplifiedCapturePlayBackPanel.Playback

java.lang.Object
  extended by sound.spectrogram.SimplifiedCapturePlayBackPanel.Playback
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SimplifiedCapturePlayBackPanel

public class SimplifiedCapturePlayBackPanel.Playback
extends java.lang.Object
implements java.lang.Runnable

Write data to the OutputChannel.


Constructor Summary
SimplifiedCapturePlayBackPanel.Playback()
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplifiedCapturePlayBackPanel.Playback

public SimplifiedCapturePlayBackPanel.Playback()
Method Detail

start

public void start()

stop

public void stop()

run

public void run()
Specified by:
run in interface java.lang.Runnable