edu.wpi.cs.dsrg.xmldb.xat.component.gui.listeners
Class UpdateQueuesListener

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.component.gui.listeners.UpdateQueuesListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class UpdateQueuesListener
extends java.lang.Object
implements java.awt.event.ActionListener

The listener for the update queues timer. Update all queues every UPDATE_QUEUES_SECONDS milliseconds and redraw the graph(s).

Future Work: Modify Diva's repaint to properly repaint the changed region only rather than redrawing the entire graph.


Constructor Summary
UpdateQueuesListener(GUI gui)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateQueuesListener

public UpdateQueuesListener(GUI gui)
Method Detail

actionPerformed

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