sound.recorder
Class CapturePlaybackPanel.Playback

java.lang.Object
  extended by sound.recorder.CapturePlaybackPanel.Playback
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CapturePlaybackPanel

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

Write data to the OutputChannel.


Constructor Summary
CapturePlaybackPanel.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

CapturePlaybackPanel.Playback

public CapturePlaybackPanel.Playback()
Method Detail

start

public void start()

stop

public void stop()

run

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