qat.gui
Class TimerRunner

java.lang.Object
  extended byjava.lang.Thread
      extended byqat.gui.TimerRunner
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable

public class TimerRunner
extends java.lang.Thread
implements java.awt.event.ActionListener


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TimerRunner(QAT parent, TestRunner testRunner)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void interrupt()
           
 boolean isRunning()
           
 boolean promptForDate()
           
 void run()
           
 void setDate(java.util.Date runTime)
           
 void setRunList(java.util.ArrayList runList)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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
 

Constructor Detail

TimerRunner

public TimerRunner(QAT parent,
                   TestRunner testRunner)
Method Detail

setDate

public void setDate(java.util.Date runTime)

promptForDate

public boolean promptForDate()

setRunList

public void setRunList(java.util.ArrayList runList)

run

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

interrupt

public void interrupt()

isRunning

public boolean isRunning()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


See QAT project for licensing details