edu.iastate.metnet.birdseyeview
Class LoadCancelButtonListener

java.lang.Object
  extended by edu.iastate.metnet.birdseyeview.LoadCancelButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

The LoadCancelButtonListener Class handles the action of the user pushing the Cancel button in the load window.

Author:
Matt Studham Created Mar 17, 2005

Constructor Summary
LoadCancelButtonListener(LoadController lc)
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadCancelButtonListener

public LoadCancelButtonListener(LoadController lc)
Constructor.

Parameters:
lc - Controller object
Method Detail

actionPerformed

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