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

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

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

The GUI's main listener for events.


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

Constructor Detail

CAPEListener

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

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles all events passed to this listener.

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