tico.editor.dialogs
Class TRecordSound.Playback

java.lang.Object
  extended by tico.editor.dialogs.TRecordSound.Playback
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TRecordSound

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

Write data to the OutputChannel.


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

TRecordSound.Playback

public TRecordSound.Playback()
Method Detail

start

public void start()

stop

public void stop()

run

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