org.emboss.jemboss.programs
Class ResultsUpdateTimer

java.lang.Object
  extended byorg.emboss.jemboss.programs.ResultsUpdateTimer

public class ResultsUpdateTimer
extends java.lang.Object

Timer for updating saved results window for batch jobs submitted


Nested Class Summary
(package private)  class ResultsUpdateTimer.ResultsTask
          Timer task to update the results window
 
Field Summary
private static java.util.Timer timer
          timer
 
Constructor Summary
ResultsUpdateTimer(int seconds, javax.swing.DefaultListModel datasets, javax.swing.JFrame savedResFrame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

private static java.util.Timer timer
timer

Constructor Detail

ResultsUpdateTimer

public ResultsUpdateTimer(int seconds,
                          javax.swing.DefaultListModel datasets,
                          javax.swing.JFrame savedResFrame)
Parameters:
seconds - update frequency
datasets - dataset model to update
savedResFrame - results window