comirva.audio.util
Class MPlayerAudioInputStream.InterruptTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by comirva.audio.util.MPlayerAudioInputStream.InterruptTimerTask
All Implemented Interfaces:
Runnable
Enclosing class:
MPlayerAudioInputStream

 class MPlayerAudioInputStream.InterruptTimerTask
extends TimerTask

Just a simple TimerTask that interrupts the specified thread when run.


Constructor Summary
MPlayerAudioInputStream.InterruptTimerTask(Thread t)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPlayerAudioInputStream.InterruptTimerTask

public MPlayerAudioInputStream.InterruptTimerTask(Thread t)
Method Detail

run

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