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

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

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

The listener that updates all of the open statistic table(s) every UPDATE_STATISTICS_MILLISECONDS.


Constructor Summary
UpdateStatisticTableListener(GUI gui)
          Constructor associates the given gui with this listener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          Handles the action event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateStatisticTableListener

public UpdateStatisticTableListener(GUI gui)
Constructor associates the given gui with this listener.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Handles the action event.

Specified by:
actionPerformed in interface java.awt.event.ActionListener