at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback
Class FindMeLoopThread

java.lang.Object
  extended by java.lang.Thread
      extended by at.tuwien.ifs.somtoolbox.apps.viewer.controls.multichannelPlayback.FindMeLoopThread
All Implemented Interfaces:
Runnable

public class FindMeLoopThread
extends Thread

Plays different audio files ("one", "two" etc) on each output line one after another.

Version:
$Id: FindMeLoopThread.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Ewald Peiszer

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  boolean bStop
           
protected  int iIndex
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FindMeLoopThread(int iStart)
           
 
Method Summary
 void run()
           
 void stopIt()
          Sets a flag that will stop the thread at the next possible time
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iIndex

protected int iIndex

bStop

boolean bStop
Constructor Detail

FindMeLoopThread

public FindMeLoopThread(int iStart)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread

stopIt

public void stopIt()
Sets a flag that will stop the thread at the next possible time