eece496.gui
Class GuiDriver

java.lang.Object
  extended byeece496.gui.GuiDriver
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Gui Driver Class.

$Source: K:/cvsrepo/ee496/codes/jbuilder/src/TestCaseGenerator/src/eece496/gui/GuiDriver.java,v $
Last updated by $Author: cyiu $
$Date: 2003/08/07 19:36:21 $
$Revision: 1.8 $
$State: Exp $

Author:
Charles Chung Man Yiu

Constructor Summary
GuiDriver()
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Code executed when an action is detected.
static void main(java.lang.String[] args)
          Main function for the driver to run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiDriver

public GuiDriver()
Constructor.

Method Detail

main

public static void main(java.lang.String[] args)
Main function for the driver to run.

Parameters:
args - Arguments for runnung the program.

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Code executed when an action is detected.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Action event