edu.iastate.metnet.birdseyeview
Class LoadFileButtonListener

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

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

The LoadFileButtonListener Class handles the file choosing when a user wants to load a data file.

Author:
Matt Studham Created Mar 17, 2005

Constructor Summary
LoadFileButtonListener(LoadController lc, java.lang.String t, LoadPanel p)
          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

LoadFileButtonListener

public LoadFileButtonListener(LoadController lc,
                              java.lang.String t,
                              LoadPanel p)
Constructor.

Parameters:
lc - Controller object
t - String type of file; equivalent to the "name" of data
p - Panel that owns this button
Method Detail

actionPerformed

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