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

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

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

The listener for the update node color timer. Updates the node color to:


Constructor Summary
UpdateNodeColorListener(GUI gui)
          Constructor associates the given gui with this listener.
 
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

UpdateNodeColorListener

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

Method Detail

actionPerformed

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